8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oWayPoint = GetFactionLeader(oPC);
|
||
|
location lLoc = GetLocation(oWayPoint);
|
||
|
AssignCommand(oPC,JumpToLocation(lLoc));
|
||
|
}
|