Whew i did get it working but it isn't pretty at all.
Code: Select all
function Kill_Mummy1()
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "Kill_Mummys",nil);
MessageBox ("/Maps/SingleMissions/Ashers World one/mummyregion.txt");
SetObjectiveState("subobj1", OBJECTIVE_ACTIVE);
end;
--end;
-----------------------------------------------------------------------------------------------------
function Kill_Wolf1()
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "Kill_Wolves",nil);
MessageBox ("/Maps/SingleMissions/Ashers World one/wolfregion.txt");
SetObjectiveState("subobj2", OBJECTIVE_ACTIVE);
end;
--end;
function Kill_Water1()
Trigger( REGION_ENTER_AND_STOP_TRIGGER, "Kill_Water",nil);
-- MessageBox ("/Maps/SingleMissions/Ashers World one/wolfregion.txt");
SetObjectiveState("subobj3", OBJECTIVE_ACTIVE);
end;
--end;
or with seer huts underground?
I have a hut underground with Objective Kind Capture Object and the parameters is CREATURE_SHADOW_DRAGON and the amount to get I also tried it with the creatures number. but every time i click on the seer hut in game i get no one is home with no script error.
Oh yes I did try the Objective Capture Creature and could never finish the quest.
thanks.