9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oDrop = GetWaypointByTag("pitexit3");
|
||
|
|
||
|
//jump the PC to the destination
|
||
|
AssignCommand (oPC,JumpToObject(oDrop));
|
||
|
}
|