Differences
This shows you the differences between two versions of the page.
— |
conditions:hascurrency [2019/07/01 01:37] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP infobox right> | ||
+ | <WRAP infoboxheader>HasCurrency</WRAP> | ||
+ | <WRAP infoboxtable> | ||
+ | ^Type| Entity| | ||
+ | ^Aliases| hasmoney| | ||
+ | ^Added In| 4.0| | ||
+ | ^Author| Ashijin| | ||
+ | </WRAP> | ||
+ | </WRAP> | ||
+ | ====== Condition: HasCurrency ====== | ||
+ | |||
+ | If the target has the given amount of vault currency | ||
+ | |||
+ | ===== Attributes ===== | ||
+ | ^Attribute ^Aliases ^Description ^ | ||
+ | | amount | a | The amount of currency | | ||
+ | \\ | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | <code> | ||
+ | Conditions: | ||
+ | - hascurrency{} true | ||
+ | </code> | ||
+ | |||
+ | |||