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