IsInCoordinate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:IsInCoordinate}} Category:EventMacro_Automacros Category:EventMacro_Conditions_State") |
m (4epT moved page isInCoordinate to IsInCoordinate over a redirect without leaving a redirect) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:46, 12 September 2021
- IsInCoordinate
-
- Description: Checks if the current coordinates match one of the given ones.
- Syntax:
IsInCoordinate <comma separated list of pairs of x and y coordinates>
- It also accepts ranges in place of coordinates. (like 100..200 for x and 50..100 for y)
- Example:
IsInCoordinate 100 150 IsInCoordinate 120 100, 115 289, 158 236 IsInCoordinate 20..80 200, 50 60, 80 90..150, 100..200 150..200 IsInCoordinate 30..35 40..45
- Set variables:
$.IsInCoordinateLast => Saves the last coordinate that made IsInCoordinate become true $.IsInCoordinateLastMemberIndex => Saves the list index in condition that made IsInCoordinate become true