7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
object oWay = GetWaypointByTag("home");
|
||
|
AssignCommand(oPC, ActionJumpToObject(oWay));
|
||
|
}
|