I defined a global var(a table) in my plugin script.
But every time i restart the world, The plugin keep those global var even i clear the 'save_state'.
I dont want the plug keep those global var.
My question is
1.how to make a clean plugin global namespace every time the plugin or the world restart.
2.Where are those plugin global var be stored?
Thank you!
But every time i restart the world, The plugin keep those global var even i clear the 'save_state'.
I dont want the plug keep those global var.
My question is
1.how to make a clean plugin global namespace every time the plugin or the world restart.
2.Where are those plugin global var be stored?
Thank you!