User Tools

Site Tools


cardinal_direction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
cardinal_direction [2017/07/28 10:36] justincardinal_direction [2020/05/07 09:57] justin
Line 6: Line 6:
 When used in scripting (for example, when manually writing a [[quick script]]), the direction should be specified in all uppercase, i.e. NORTH, SOUTH, WEST, and EAST. When used in scripting (for example, when manually writing a [[quick script]]), the direction should be specified in all uppercase, i.e. NORTH, SOUTH, WEST, and EAST.
  
-====Example:==== +====Examples:==== 
-<code python>+<code bauxite> 
 +load_map("dungeon", coord[3, 4, 0], NORTH) 
 +</code> 
 +<code bauxite>
 rotate_player_to_direction(WEST) rotate_player_to_direction(WEST)
 </code> </code>
cardinal_direction.txt · Last modified: 2021/04/21 20:23 by justin