Plz help i cant Seem to get the check job working on any of my npcs now
i have 2 Test Npcs could sum 1 take a look @ them plz
1: just cnt click it
2: can but i need it 2 check job >.<
1:
i have 2 Test Npcs could sum 1 take a look @ them plz
1: just cnt click it
2: can but i need it 2 check job >.<
1:
Code:
[@main]
#SAY
Yo i am the great wizzard and have the abitlty to \
unlock the power of the 9 key \ \
<want to know how?/@info>
[@info]
#SAY
ok all i need you to do is kill some oma for \
me \ \
<i will kill them for u/@main1>
[@main1]
#IF
CHECKNAMELIST WizComplete1.txt
#SAY
Thanks you for you help <$USERNAME>. \ \
<Exit/@exit>
#ACT
BREAK
#IF
CHECKNAMELIST WizComplete.txt
#SAY
Thanks you for you help <$USERNAME>. Please take this reward. \ \
<Exit/@exit>
#ACT
GIVE test1 1
ADDNAMELIST wizComplete1.txt
BREAK
#IF
CHECKNAMELIST wizStart.txt
#SAY
Come back when you finished
<Exit/@exit>
#ACT
BREAK
#ELSESAY
Hi would you like to take the quest? \ \
<Yes/@accept> || <No/@exit>
[@accept]
#ACT
ADDNAMELIST wizStart.txt
#SAY
Sweet. Come back when you've finished. \ \
<Exit/@exit>
