- Dec 30, 2008
- 115
- 0
- 43
I make this script for 1 NPC to see what level have holydeva:
And do not read corectly the level of the holydeva, even if deva have level(change colour in different blue) give me this answer:
Why this comand :
Are some options for this in M2Setup.exe?
thanks in advance
[@main]
#IF
CHECKSLAVELEVEL = 0
#SAY
Your Deva have level 0.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_1
[@bang_1]
#IF
CHECKSLAVELEVEL = 1
#SAY
Your Deva have level 1.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_2
[@bang_2]
#IF
CHECKSLAVELEVEL = 2
#SAY
Your Deva have level 2.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_3
[@bang_3]
#IF
CHECKSLAVELEVEL = 3
#SAY
Your Deva have level 3.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_4
[@bang_4]
#IF
CHECKSLAVELEVEL = 4
#SAY
Your Deva have level 4.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_5
[@bang_5]
#IF
CHECKSLAVELEVEL = 5
#SAY
Your Deva have level 5.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_6
[@bang_6]
#IF
CHECKSLAVELEVEL = 6
#SAY
Your Deva have level 6.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_7
[@bang_7]
#IF
CHECKSLAVELEVEL = 7
#SAY
Your Deva have level 7.\\
<OK !/Exit>\
#ELSEACT
GOTO @bang_8
[@bang_8]
#IF
CHECKSLAVELEVEL = 8
#SAY
Your Deva have level 8, so maximum.\\
<OK !/Exit>\
#ELSESAY
I CANT READ YOUR PET.\
..................................\
<ok/@exit>
And do not read corectly the level of the holydeva, even if deva have level(change colour in different blue) give me this answer:
I CANT READ YOUR PET
Why this comand :
cant read the corect level?CHECKSLAVELEVEL = 2 (2 is for an example)
Are some options for this in M2Setup.exe?
thanks in advance
Last edited:
