New script action: 'define_variable'. Allows you to define multiple variables with a simplified config syntax. This action is now preferred to the old 'create_var'.
New script action: 'reset_variable'. Allows you to set a variable's value back to it's initial value.
New script condition 'var_value'. Tests variable's value.
Type 'SET' for the 'modify_var' script action.
Setting 'Cached' for scriptn conditions. Controls whether the condition's result will be evaluated and cached before executing script's actions.
IMPROVED:
Better condition definition. Now you can use '&&' and '||' operators to define multiple conditions in a row including parenthesis '()' and negation '!' support. Conditions now defined per each script action, which makes it possible to define multiple actions with different conditions under the same event section.
The 'Chance' script action's option won't auto appear in the config to make it less cluttered.
FIXED:
A bug, where player's purchased kits never loaded from the database.
A bug, where some mobs not removed after dungeon end.