@acer just use the mapquest its simple and im pretty sure the files dont have that command...
example..
in mapquest.txt
Code:
D2013 [200] 1 DarkDevil * Q200
in Envir\MapQuest_def create a txt file called Q200
Code:
[@main]
#IF
CHECK [200] 1
#ACT
Give DarkDevilHorn 1
Your have to turn the flag 200 on on a npc or what ever.
@diablo in qmanage you can call files by..
Code:
[@Login]
#CALL [\\Calls\variables.txt] @vars
then create a folder in Envir\QuestDiary called Calls and a txt in that folder called variables.txt and in that...
Code:
[@vars]
{
#ACT
Var Integer HUMAN BoneFighter
LoadVar HUMAN BoneFighter ..\QuestDiary\Variables\Integral.txt
}
You can place all the variables in there, you can also use it for many other stuff keeps it tidy and easy to find etc.
Edit : didn't know you could do that milo thx.