I'm trying to make a quest where it sends the PC out to get rid of the orcs that have just decided to raid the place. I want it to be that once the PC has done it, they don't come back the next time to find that people are all happy at their banishment, yet orcs are invading again.
So I was wondering how I would go about coding it in a way that if the quest is on 0 or 1, there are orcs, but there will be none if it is done.
Would I use an if quest followed by an if mobinroom on a greet_prog?
And how do I then set it so the mob only needs to be defeated once (well, for each room)?
Sorry if that's a bit incoherent.
Anasil.
mobs for quest
I think I understand what you are asking. What I would do is make a quest bit check and if they meet the requirements, load the mob into the room. Upon death of the mob, have a death prog to set the quest bit on the PC up one each time. Thay way, the orcs will not repop in the room at refresh or when a person doing the quest walks back in the room.
From your friendly neighborhood ranger