7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
void main()
|
|
{
|
|
object oPC= GetPCSpeaker();
|
|
location found1 = GetLocation(GetWaypointByTag("found2"));
|
|
AssignCommand(oPC, JumpToLocation(found1));
|
|
}
|