if GetDate(3) ==2 then
print("OK");
SetAmbientLight(GROUND, 'TombYard', nil);
print("OK2");
end
end
Trigger(NEW_DAY_TRIGGER, "EndRain");
However, when I write something nonsensical in the parameters of `SetAmbient...`, it outputs an ERROR
Ideally, I would like an example script