please help me
I suddenly realized that I want to create maps in Heroes
but I realized that I'm completely clueless, please help me with the scripts
function kingblok
if GetObjectiveState("sec2") == OBJECTIVE_COMPLETED
then SetRegionBlocked("block", nil, -1);
end;
end;
what's wrong here?