As I understand it, 'anonce_5' is a variable. But why set it to 99? Why not 2 or 0?
Trigger for a new day:
Trigger (NEW_DAY_TRIGGER,'your_function');
function your_function()
..... (you can put a check for player defeat here)
end;
New here? I'm Roha — want a quick tour?
As I understand it, 'anonce_5' is a variable. But why set it to 99? Why not 2 or 0?