_______________________
Tomorrow, I will start preparing a map featuring dwarves.
New here? I'm Roha — want a quick tour?
For Juss456. Good. And how do you make it so that a unit joins the hero instead of fighting him or running away in fear?
_______________________
Tomorrow, I'll start preparing a map for the Dwarves.
How do you rotate heroes, units, and resources in any direction?
In the trigger, the function 1massageF is called, but at the top, its name is different: 1messegerF, which are completely different things. And it should be SetObjectEnabled, not ArgObjectEnabled. And it should be message, not massage.
function 1messegerF ()
MessageBox ("/Maps/SingleMissions/BettaQuestMap/1massage.txt");
Trigger(OBJECT_TOUCH_TRIGGER,"NothPost",nil);
end;
SetObjectEnabled("NothPost",false);
Trigger(OBJECT_TOUCH_TRIGGER,"NothPost","1messegerF");
This is how it should be done correctly.