9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lMove;
|
||
|
|
||
|
ExecuteScript("qst_done",OBJECT_SELF);
|
||
|
lMove = GetLocation(GetObjectByTag("en3_move"));
|
||
|
DelayCommand(3.0f,AssignCommand(OBJECT_SELF,JumpToLocation(lMove)));
|
||
|
}
|