Teleport routine

TURBU

Teleport routine

 

Teleports the current party to another location. (Partially implemented.)

 

Syntax

 

procedure teleport(map, x, y: word);

 

Description

 

This routine teleports the current party to a new location, as specified by the map ID # and coordinates passed to the routine.  It does nothing if the location is not on the map.

 

NOTE: Because multiple maps have not yet been implemented, this routine currently does nothing if the map parameter is not the same as the current map ID#.

WARNING: The routine does not check whether or not the destination square is valid terrain to walk on.  It's possible to teleport the party to invalid terrain, and get stuck there.

 

Related topics

MemorizeLocation routine

TeleportVehicle routine

This help file was created with the free trial version of HelpScribble.