Auto message every 15 minutes

This commit is contained in:
Cooldude2606
2017-03-25 21:45:25 +00:00
parent 8a22dde149
commit 40ec5c3120
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -281,7 +281,7 @@ script.on_event(defines.events.on_rocket_launched, function(event)
end
end)
script.on_event(defines.events.on_tick, function(event) if (game.tick/(3600*game.speed)) % 30 == 0 then autoMessage() end end)
script.on_event(defines.events.on_tick, function(event) if (game.tick/(3600*game.speed)) % 15 == 0 then autoMessage() end end)
----------------------------------------------------------------------------------------
---------------------------IDK What There Do Functions----------------------------------
----------------------------------------------------------------------------------------