StatusInactiveHandle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Template:StatusInactiveHandle}} Category:EventMacro_Automacros Category:EventMacro_Conditions_State") |
m (4epT moved page statusInactiveHandle to StatusInactiveHandle over a redirect without leaving a redirect) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 21:57, 12 September 2021
- StatusInactiveHandle
-
- Description: Checks if the player doesn't have one of the given status, uses status HANDLE.
- Syntax:
StatusInactiveHandle <comma separated list of status handles>
- Status handle can be a variable
- Example:
StatusInactiveHandle EFST_BLESSING, EFST_CONCENTRATION
- Set variables:
$.StatusInactiveHandleLastName => Saves the name of the last stauts that made StatusInactiveHandle become true $.StatusInactiveHandleLastHandle => Saves the handle of the last stauts that made StatusInactiveHandle become true $.StatusInactiveHandleLastListIndex => Saves the list index in condition of the last stauts that made StatusInactiveHandle become true