Instructions/Move South: Difference between revisions

From Desynced Wiki
(Created page with "{{Instruction_Top}} ==== Description ==== ==== Uses ==== ==== Similar Instructions ==== {{Instruction_Bottom}}")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==== Description ====
==== Description ====
Moves the unit a specified distance south.


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


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




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




{{Instruction_Bottom}}
{{Instruction_Bottom}}

Latest revision as of 18:45, 30 October 2023


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



Description[edit | edit source]

Moves the unit a specified distance south.

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

Uses[edit | edit source]

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


Similar Instructions[edit | edit source]

Move North, Move East, Move West