7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oWP=GetLocalObject(OBJECT_SELF,"oSpawnLoc");
|
||
|
AssignCommand(OBJECT_SELF,ClearAllActions(TRUE));
|
||
|
AssignCommand(OBJECT_SELF,JumpToObject(oWP));
|
||
|
}
|