LucasFerraz
Systems Analyst
Hello, i got this script. It check if is Sunday (onStartup), how can I check day and hour?(How will I use it? onThink?)
LUA:
if os.date('%A') == "Sunday" then
doCreateNpc("Rashid", {x = 32343, y = 31795, z = 7})
end