#how does data storage in Krunscript work?
1 messages · Page 1 of 1 (latest)
Oh it does work. but its really spotty. In your example krunkscript will load data under "test", but from triggers or objects in the editor you would have to use "V_test". I haven't found out yet what exactly makes it work in a particular map, but you have to save some data first and just give it some time before load function starts returning that data instead of DATA_NOT_FOUND or whatever it prints in the console. Just be wary to properly set up the callback for that load function.