6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
|
void main() {
|
||
|
location lLoc = GetLocation(GetWaypointByTag( "biotechancientcity"));
|
||
|
object player = GetPCSpeaker();
|
||
|
AssignCommand(player, JumpToLocation(lLoc));
|
||
|
}
|