Difference between revisions of "Template:IE 28 desc"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "Make a unit attempt walking to given location. If the unit cannot reach destination, it will only enter walking state and not move at all. Jump value affects the path the un...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Make a unit attempt walking to given location.
+
Makes a unit attempt to walk to a given tile.
  
 
If the unit cannot reach destination, it will only enter walking state and not move at all.
 
If the unit cannot reach destination, it will only enter walking state and not move at all.
  
Jump value affects the path the unit will take.
+
Units in events have 3 Jump regardless of equipped or innate abilities using this instruction, but [[Event_Instruction_70|{70} {{IE_70}}]] ignores this limit.
 +
 
 +
'''WARNING''': A unit cannot WalkTo into/over water! However, you can use [[Event_Instruction_70|{70} {{IE_70}}]] to counter this problem, and it will work just as well.

Latest revision as of 01:07, 3 December 2016

Makes a unit attempt to walk to a given tile.

If the unit cannot reach destination, it will only enter walking state and not move at all.

Units in events have 3 Jump regardless of equipped or innate abilities using this instruction, but {70} Jump ignores this limit.

WARNING: A unit cannot WalkTo into/over water! However, you can use {70} Jump to counter this problem, and it will work just as well.