Hey guys
I have a problem with a global variable.
I created a new file 200-globals.lua in libs. If I declare a variable like:
and change the variable to 60 on login or other creaturescript, there is a problem.
If I now call the variable in actions script it is still 50.
Regards
Summ
I have a problem with a global variable.
I created a new file 200-globals.lua in libs. If I declare a variable like:
LUA:
storage = 50
If I now call the variable in actions script it is still 50.
Regards
Summ