8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oWayPoint = GetWaypointByTag("WP_ALTINNROOM");
|
||
|
location lLoc = GetLocation(oWayPoint);
|
||
|
AssignCommand(oPC,JumpToLocation(lLoc));
|
||
|
}
|