User Tools

Site Tools


put_player

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
put_player [2017/04/27 07:49] justinput_player [2018/03/16 09:46] justin
Line 4: Line 4:
 Instantly positions the player onto the specified tile. Instantly positions the player onto the specified tile.
  
 +====Signature:====
 <code python> <code python>
 put_player(tile_id, direction) put_player(tile_id, direction)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|tile_id|Description.|[[String]]|Yes| +|tile_id|ID of the destination tile.|[[String]]|Yes| 
-|direction|Description.|[[Constant]]|No|+|direction|Cardinal direction for the player to face towards.|[[Cardinal Direction]]|No|
  
 ====Example:==== ====Example:====
 <code python> <code python>
-put_player("tile_id", SOUTH)+put_player("tile_portal02", EAST)
 </code> </code>
-//Results://+//Results:// The player is immediately repositioned onto the tile with an ID of "tile_portal02".
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Put Player** function to ...+Use the **Put Player** function to instantly move the player to another location with the current map after interacting with a portal or teleportation device.
 </WRAP> </WRAP>
  
put_player.txt · Last modified: 2021/10/30 20:18 by justin