That's the code I am using now - still no reaction.
Code: Select all
Trigger(NEW_DAY_TRIGGER, "days");
function "days"()
if GetDate(DAY_OF_WEEK) == 3 then
AddHeroCreatures("Nur", 92, 1);
end;
end;
![sad :(](/forums/images/smilies/sad.gif)
SilverMB
Code: Select all
Trigger(NEW_DAY_TRIGGER, "days");
function "days"()
if GetDate(DAY_OF_WEEK) == 3 then
AddHeroCreatures("Nur", 92, 1);
end;
end;