Look how its setup in Mapquest for stuff like the OKR quest, RME quest, etc, etc.
If you're using TD's files they are in there, you just have to
look around and see how stuff is done. Then just add in what you need.
Example for
FLD_FLAG in
TBL_MAPINFO; (for the restricted map)
Code:
CHECKQUEST(Q1500) NEEDSET_ON(600) NORECALL
Use flags for this else the script will just let you in. Flag being the (600), you can use whatever you like. (up to 1200??)
Q1500.txt inside M2Server/Envir/
Mapquest_Def folder.
Code:
[@main]
#IF
CHECK [600] 1
#ACT
break
#IF
CHECKLEVEL 50
#ACT
SET [600] 1
break
#ELSESAY
(You need to be level 50+ to enter here....)
F it, did it for ya lol :biggrin:
You don't want to have alot in QFunction, it will eventually start messing up and throwing error fits.
It's best to use other ways like above or using Robot functions to do as much as possible.