npc help - lvl to high

Desolation Mir2 (Med Rate Server)

GilgaMesh

Golden Oldie
Golden Oldie
Mar 12, 2004
698
1
155
St Helens
I want to make it so that if the person is over lvl 8 they can't get the items how can i do this? here's what i have so far

[@noob]
#IF
checklevel 7
#SAY
Hello There <$USERNAME>, I can give you\
a n00b kit to get you started\ \ \ \

<Yes, Please/@kit>\
<No Thanks/@Exit>\
<Back/@main>\
<>
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
[@noob]
#IF
checklevel 8
#SAY
Hello tehre <$USERNAME>, I can give you\
a n00b kit to get you started.\ \

<Yes please/@kit>\
<No thanks/@exit>
<Back/@main>\

#ELSESAY
Sorry, you are too high to get this...\ \

<Oh sorry/@exit>
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
oops sorry 1min ill fix it,

[@noob]
#IF
checklevel 8
#SAY
Sorry you cant get a kit, your over level 8...
#ELSESAY
Hello tehre <$USERNAME>, I can give you\
a n00b kit to get you started.\ \

<Yes please/@kit>\
<No thanks/@exit>
<Back/@main>\