Trigger(NEW_DAY_TRIGGER, 'handler_name');
GetDate(ABSOLUTE_DAY);
AddObjectCreatures('town_name', creature_type, quantity, slot_number);
And in the second line of the script, should I write "ABSOLUTE_DAY" in parentheses?
Added 16 minutes later
So, for example, if I want 15 Paladins to appear in my town on the 3rd week, what would this script look like?