Auto-translated
Now I have a problem. The triggers aren't working. In any form. :(
Specifically, I'm creating a "Druid" region and writing the following for it:
function res()
if hero=='Elleshar' then
SetPlayerResource(PLAYER_1,GOLD,100000);
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "Druid", nil );
end;
end;
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "Druid","res", nil );
I enter the region with Elleshar. Nothing happens. I need help! :smile39: