Devlogs
08/26/2021 - Super integration with event commands!
A cool new feature was introduced to able a better integration with the default event commands when manipulating self variables:
- Let's say we have an Event Id 1.
- And also we have set the Variable ID 3, to be a self variable.
- Then, in Event ID 1, we set a value for his self variable. Setting it to 7.
- Now in Event ID 2, we will try to check for the self variable value of Event ID 1:
- As we can see, we have to use the script call. But with the Super Integration feature, we can do this another way:
The same logic can be applied if you want to check an event on another map!
Version 3.0.0 - 08/11/2021
- Fixed the plugin command that was not giving the dropdown list to choose the self variable id.
- Add two new plugin parameters that let you control the target event/map Id for the self variable operations on event commands.
- Code clean up.
- Need Eli Book 4.0.0 now.