For example:
If i ganna buy a item then if i dont got enough money, How i do so another window comes up then?
For example:
If i ganna buy a item then if i dont got enough money, How i do so another window comes up then?
edit it in message-e in config.pk
/offtopic:True Words!2Kxx
In Flames FTW
Dont you need to edit in e.pk? if blablabla then open this window.
rofl.. in message-e it isnt(there is all names)
e.pk is only the basic shit bla bla with text's and links that sends quest.
it's in quest.txt
:
This dosent work for me..Code:(quest (index 11000 2) (case (if (level 50) (case (then (item (in 7564 0 1)) )) (case (if (notlevel 50))) (case (then (html 500500))) )
it says that (notlevel) is a wrong value or something.
could someone help me!
(quest (index 11000 2)
(case (if (level 50))
(then (item (in 7564 0 1)) ))
(case (then (html 500500)))
)
OK thx, and by the way. If i wanna do so a quest can only be done 1 time. I can do like this:
(quest (index 11000 2) (linked 1)
(case (if (level 50))
(then (item (in 7564 0 1)) ))
(case (then (html 500500)))
)
Right?