9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();;
|
|
object oTarget = GetWaypointByTag("CecropsReturn");
|
|
AssignCommand(oPC, JumpToObject(oTarget));
|
|
}
|
|
|
|
|