- Feb 21, 2004
- 28
- 0
- 27
i have tried this many times already and did a search and tried to follow the examples that have been posted but i still can not get it to work
MapInfo file :
----------------------------------
MapQuest_Def\NEWBIQ.txt :
----------------------------------
Market_Def\kitman-0138.txt
----------------------------------
I have tried several things but nothing has worked
can someone point me in the right direction please
cheers in advance
MapInfo file :
----------------------------------
Code:
[0 BichonProvince 0] NEEDSET_ON(889) CHECKQUEST(NEWBIQ)
MapQuest_Def\NEWBIQ.txt :
----------------------------------
Code:
[@main]
#IF
check [889] 0
#ACT
goto @not
#ELSEACT
#IF
check [888] 1
#ACT
set [889] 1
break
[@not]
#SAY
"I'm not going out there!"\
<Exit/@exit>
Market_Def\kitman-0138.txt
----------------------------------
Code:
; Kitman NPC
[@MAIN]
#IF
check [888] 0
#ACT
goto @wlcom
#ELSEACT
goto @expd
[@expd]
#SAY
You are too experience to learn anything from me
[@wlcom]
#SAY
Welcome <$USERNAME>, to Border Village, Bichon Province.\
I see you are new around here.\
To get you started and on your way you must start a simple quest\
to test whether you are worthy of staying in our world.\\
<Learn/@LEARN> about Mir.\
<Start/@NEWBQ> quest.\
------------
cut section
------------
[@NEWBQ]
#Say
Your Quest is simple, and you will recieve\
a small reward at the end.\
First you must go see the weaponsmith\
and purchase a wooden sword from him.\
He wil then tell you what to do next.\\
<Okay/@STARTQ> I'll be off!
[@STARTQ]
#ACT
SET [888] 1
SET [889] 1
close
I have tried several things but nothing has worked
can someone point me in the right direction please
cheers in advance
