Instructions/Move North: Difference between revisions

From Desynced Wiki
(informational tip)
mNo edit summary
Line 8: Line 8:
==== Uses ====
==== Uses ====
Typically useful in manual scouting behaviors but the world is your oyster.
Typically useful in manual scouting behaviors but the world is your oyster.


==== Similar Instructions ====
==== Similar Instructions ====

Revision as of 18:42, 30 October 2023


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



Description

Moves the unit a specified distance north.

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

Uses

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

Similar Instructions

Move South, Move East, Move West