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