I have been able to get other types of console commands like fog to work but I can never seem to get the in game timer to do oxide.reload commands
Anyone else try this?
Anyone else try this?
"04:00": "fog .2",
"04:10": "env.oceanlevel 0.5",
"04:40": "oxide.reload BotSpawn",
"05:00": "fog .3",
"05:10": "env.oceanlevel 0.25", same problem here
because i wanted a zombie event i used this plugin to exucute the load / unload commands
oxide.load works
but oxide.unload or oxide.reload moslty do not
to counter the problem i added 5 more oxide unload and that seem to work
the strange thing is that the commands motly have problems before 09:00 in game time
if i do unload after that it works fine
"InGameTime-Timer": {
"06:05": "oxide.unload ZombieHorde",
"06:10": "say Zombies are slowly going away, \nseems they cant handle the upcomming light!",
"06:15": "oxide.unload ZombieHorde",
"06:20": "oxide.unload ZombieHorde",
"06:25": "oxide.unload ZombieHorde",
"06:30": "say It should be safe to come out now\nzombies all went back into hiding",
"06:40": "oxide.unload ZombieHorde",
"09:10": "oxide.unload ZombieHorde",
"18:55": "oxide.load ZombieHorde",
"19:00": "say Zombieeessss\ngo out and kill them, \nor stay in your base and let the big boys handle this!"
}All say works and all commands after 09:00 work
the rest dont work