I'm scared to ask, because I really don't want another "Here's a doom coding website, read their shit". Those websites aren't helpful when idk wtf they're talking about 80% of the time. But I'm having issues with an actor mover and interpolation points in my acs scripts.
Any ideas on how to get Actor named "Bonnie" to succesfully...
if (bonnieLocation == 2)
{
Thing_activate (35);
bonnieLocation = 3;
}
Question
Skemech
I'm scared to ask, because I really don't want another "Here's a doom coding website, read their shit". Those websites aren't helpful when idk wtf they're talking about 80% of the time. But I'm having issues with an actor mover and interpolation points in my acs scripts.
Any ideas on how to get Actor named "Bonnie" to succesfully... if (bonnieLocation == 2) { Thing_activate (35); bonnieLocation = 3; }
(The thing_activate activates an actorMover)
Share this post
Link to post
7 answers to this question
Recommended Posts