Version 4.84
The "save world automatically on close" feature isn't working when i change a variable using an alias.
The problem is, it is VERY sporadic. One second it will save, the next it wont, which makes attempting to replicate it mind numbing.
Made a completely blank new world, no plugins/anything.
Added that alias, and starting variable, then saved manually and closed.
Then
Open the world.
Change the variable.
Close the world.
Repeat
Sometimes the variable will save, sometimes it wont.
Any help would be appreciated.
The "save world automatically on close" feature isn't working when i change a variable using an alias.
<aliases>
<alias
match="test *"
enabled="y"
expand_variables="y"
send_to="12"
sequence="100"
>
<send>Note ("Test is @test")
SetVariable ("Test", "%1")
Note ("Test is now %1")</send>
</alias>
</aliases>
<variables>
<variable name="Test">1</variable>
</variables>
The problem is, it is VERY sporadic. One second it will save, the next it wont, which makes attempting to replicate it mind numbing.
Made a completely blank new world, no plugins/anything.
Added that alias, and starting variable, then saved manually and closed.
Then
Open the world.
Change the variable.
Close the world.
Repeat
Sometimes the variable will save, sometimes it wont.
Any help would be appreciated.