Lava Titan
Developer
Hiho, like the title says could some1 explain me please how to set global storage in TFS 1.2?
Thanks in Advance <3
Thanks in Advance <3
Game.setStorageValue(PACC_STORAGE, (Game.getStorageValue(PACC_STORAGE)+1))
Game.setStorageValue(PACC_STORAGE, (Game.getStorageValue(PACC_STORAGE) or 0) + 1)
if Game.getStorageValue(GLOBALSTORAGE_SCROLLS_USED) == nil then
Game.setStorageValue(GLOBALSTORAGE_SCROLLS_USED, 0)
end
Game.setStorageValue(GLOBALSTORAGE_SCROLLS_USED, (Game.getStorageValue(GLOBALSTORAGE_SCROLLS_USED)) + 1)