Auto-translated
Here's a question: how do you add already created maps to a campaign?
New here? I'm Roha — want a quick tour?
function GetTown(heroname)
if heroname == "Hero9"
then while IsHeroGetTown("Bahia") do
sleep(5)
end;
Win()
--or--
Win(1)
end;
end;
function new_day()
local day, wday, week, month = GetDate(DAY), GetDate(DAY_OF_WEEK), GetDate(WEEK), GetDate(MONTH)
if month == 7 then
Loose(1)
end
if month == 5 and week == 1 and wday == 1 then
DeployReserveHero('', 5, 135, 1)
Trigger(NEW_DAY_TRIGGER, "new_day", "Army")
end;
end;
Trigger(NEW_DAY_TRIGGER, 'new_day')Yeah, thanks. And regarding the first question, is it even worth trying, or are there any solutions?
Unfortunately, the links no longer work (sniffle-sniffle).