Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,209
- Solutions
- 2
- Reaction score
- 154
I have a value in config.lua, how do I change that value and add the storage in the player to work with the changed value?
Value = 5000
tfs .1.3
This function is to move loots fast/slow.
Value = 5000
tfs .1.3
LUA:
if player:getStorageValue(XXXX) == 1 then
Value = 100
end
This function is to move loots fast/slow.