I have question about (level X) section in QUEST.TXT. I need to make quest checking, is player's level is (for ex.)40 or higher? Is there any syntax to do that?
I wanna do somethink like that:
![]()
I have question about (level X) section in QUEST.TXT. I need to make quest checking, is player's level is (for ex.)40 or higher? Is there any syntax to do that?
I wanna do somethink like that:
![]()
This is the sytax you are searching for!
(quest
(index 9009 1)
(case (if (level 40)) (then (html 200)))
(case (then (html 201)))
)