any help would be appreciated :P
thanks m8 but still having probs lol heres my script can u point out my mistake cos i just cant see it lol
()
%100
[@main]
#IF
checknamelist Storage.txt
#ACT
goto @finished
#ELSEACT
goto @main-1
[@main-1]
#SAY
Hello there <$USERNAME>, I am Mike,\
the store quest npc. If you complete this\
quest for me you will receive a new command\
*@store*. This command will allow you to\
bring up your store anytime you want were ever you are..\ \
<Listen to more/@more> <Na I'll do it another time/@exit>
[@more]
#SAY
first u need to bring a scrollofneed off xmastrees\
and bring it to me to have access to this cave\
once u are then in this cave u need to look for a\
storagescroll, bring it back to me and we are done\
i will give you the rights to a new command...\
U will only get 40 mins in here tho should be plenty\ \
<Tele me to the temple/@tele> (scrollofneed needed)\
<I have the required/ @Need to add something here i assume....>
[@tele]
#IF
checkitem scrollofneed 1
#ACT
take scrollofneed 1
timerecall 40
mapmove cave 64 28
#SAY
Good luck <$USERNAME>, you will need it...\ \
<Thanks/@exit>
#ElseSAY
Sorry but you dont have the scroll required to enter this quest!\\
<Thanks/@exit>
close
[@check]
#IF
checkitem storagescroll 1
#ACT
take storagescroll 1
ADDNAMELIST storage.txt
#say WELL DONE u have completed the quest hope this @store command helps
@close
[@finished]
#SAY
Sorry you have already done this quest....\ \
<Okay/@exit>
#ElseSAY sorry u dont have the items
i have done it so u have to bring a scrollofneed to this npc then u get teled into a cave , to find another item ,once u have found that item u bring it back to the same npc and u get ur prize the @store option
this is kinds frying my head lol
ty for help in advance
