Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,209
- Solutions
- 2
- Reaction score
- 154
I'm trying to make a script that runs only on the 20th, can someone help ?
tfs 1.3
like:
tfs 1.3
like:
LUA:
function onThink(interval, lastExecution)
local days = 20
if days[os.date("%w")] then
if math.random(10) == 2 then
Game.startRaid("Bubassauro")
end
end
return true
end