Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → AiSetMoveFrame(woman, 1);
AiSetMoveFrame(woman, 1);
2001-08-25, 8:50 AM #1
I need the command that waits till the woman arrives at frame.

Like:
MoveToFrame(something, 1, 8);
WaitForStop(something);

I need it for 'AiSetMoveFrame'

------------------
*Elmo is Elmo

[This message has been edited by Elmo (edited August 25, 2001).]
* Elmo is Elmo
2001-08-27, 3:36 AM #2
I'm not sure if you can. You could put ghosts at all the positions, and do this:
Code:
AISetMovePos(ai, GetThingPos(ghost));
while(GetThingPos(ai) != GetThingPos(ghost))
{
   // Do absolutely nothing
}
print("The AI is now at the destination");

Hope it works.
Capitalization
Commas
Periods
Question Marks
Apostrophes
Confusable Words
Plague Words

↑ Up to the top!