Instructions/Move East: Difference between revisions

From Desynced Wiki
(Created page with "{{Instruction_Top}} ==== Description ==== ==== Uses ==== ==== Similar Instructions ==== {{Instruction_Bottom}}")
 
(informational addition)
Line 1: Line 1:
{{Instruction_Top}}
{{Instruction_Top}}
==== Description ====
==== Description ====
Moves the unit a specified distance east.


1 tile east as a coordinate is 1, 0 (x, y)


==== Uses ====
==== Uses ====
 
Typically useful in manual scouting behaviors but the world is your oyster.
 


==== Similar Instructions ====
==== Similar Instructions ====
[[Instructions/Move West|Move North]], [[Instructions/Move West|Move South]], [[Instructions/Move West|Move West]]




{{Instruction_Bottom}}
{{Instruction_Bottom}}

Revision as of 18:43, 30 October 2023


Move East
     
     Moves towards a tile East of the current location at the specified distance
Lua ID move_east
Category Move
Icon Move To.png
Argument One: Type Input
Argument One: Name Number
Argument One: Description Number of tiles to move East
Argument One: Data Type num


Description

Moves the unit a specified distance east.

1 tile east as a coordinate is 1, 0 (x, y)

Uses

Typically useful in manual scouting behaviors but the world is your oyster.

Similar Instructions

Move North, Move South, Move West