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