Hi not sure how to explain this or how much information you need, but here goes...
I'm making a quest and it's at a part where the quest giver (we'll call it npc1) needs to send the player to another npc for the next part of the quest (we'll call it npc2).
npc2 is also a quest giver for another quest, so I've put in the relevant CHECKS etc. for that quest, but I obviously need it to check for the quest flag from the npc1 quest as well...
That's the part I'm not sure how to do... do I need to put in an ELSEACT or something somewhere in order to set up another IF for the separate quest?
Sorry if that doesn't make any sense, it's not really making much sense to me either lol..
/not gotrex
edit: this is the [part] first part of npc2 which I've done so far... thought this would help you cos you can then tell me what and where I need to add whatever it is I need to add..lol
[@main]
#IF
CHECKJOB WIZZARD
CHECKLEVEL 50
CHECK [101] 0
#SAY
well hello there <$USERNAME>, bla bla bla\
Would u like to do this quest?\
<Yes./@Yes>\
<I don't think so./@exit>\\
#ELSESAY
hello <$USERNAME>. you dont meet the requirements\
to do this qst come bk later\
< Close/@exit>\\\
#NEED SOMETHING IN HERE TO READ THE FLAG FROM NPC1
I'm making a quest and it's at a part where the quest giver (we'll call it npc1) needs to send the player to another npc for the next part of the quest (we'll call it npc2).
npc2 is also a quest giver for another quest, so I've put in the relevant CHECKS etc. for that quest, but I obviously need it to check for the quest flag from the npc1 quest as well...
That's the part I'm not sure how to do... do I need to put in an ELSEACT or something somewhere in order to set up another IF for the separate quest?
Sorry if that doesn't make any sense, it's not really making much sense to me either lol..
/not gotrex
edit: this is the [part] first part of npc2 which I've done so far... thought this would help you cos you can then tell me what and where I need to add whatever it is I need to add..lol
[@main]
#IF
CHECKJOB WIZZARD
CHECKLEVEL 50
CHECK [101] 0
#SAY
well hello there <$USERNAME>, bla bla bla\
Would u like to do this quest?\
<Yes./@Yes>\
<I don't think so./@exit>\\
#ELSESAY
hello <$USERNAME>. you dont meet the requirements\
to do this qst come bk later\
< Close/@exit>\\\
#NEED SOMETHING IN HERE TO READ THE FLAG FROM NPC1
Last edited:
