Changes

Jump to navigation Jump to search
146 bytes added ,  17:52, 2 September 2018
m
Line 390: Line 390:  
|-
 
|-
 
| <tt>move {{t|actor}} {{t|x}} {{t|y}} {{t|facing}} {{t|continue}}</tt>
 
| <tt>move {{t|actor}} {{t|x}} {{t|y}} {{t|facing}} {{t|continue}}</tt>
| Make a named NPC move by the given tile offset from their current position (along one axis ''only''), and face the given [[#Directions|direction]] when they're done. To move along multiple axes, you must specify multiple <tt>move</tt> commands. TODO: explain {{t|tt}}{{t|continue}}</tt>
+
| Make a named NPC move by the given tile offset from their current position (along one axis ''only''), and face the given [[#Directions|direction]] when they're done. To move along multiple axes, you must specify multiple <tt>move</tt> commands. By default the event pauses while a move command is occurring, but if {{t|continue}} is set to ''true'' the movement is asynchronous and will run simultaneously with other event commands.
 
|-
 
|-
 
| <tt>pause {{t|duration}}</tt>
 
| <tt>pause {{t|duration}}</tt>
28

edits

Navigation menu