6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
AssignCommand(oPC, JumpToObject(GetWaypointByTag("ZELIFAX_SAFE")));
|
||
|
}
|