7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
void main() {
|
||
|
location lLoc = GetLocation(GetWaypointByTag( "RunetoUzo"));
|
||
|
object player = GetPCSpeaker();
|
||
|
AssignCommand(player, JumpToLocation(lLoc));
|
||
|
}
|
||
|
|