Rebirth lvlling

Nippy

Dedicated Member
Dedicated Member
Apr 25, 2003
45
0
103
Does anyone know how to code an npc so it only speaks to Rebirthed players?

Tried searching had no luck :S
 

Lothomadric

LOMCN Veteran
Veteran
Loyal Member
Dec 19, 2003
278
0
62
Bichon-Wall, With Bob the Chef
Spose there is an easy way to do this. Only players with Rebirth itemz can be spoken to....

Code:
[@main]
#IF
CHECKITEMW *Rebirth Weapon Name Here*
#ACT
goto @cont
#ELSEACT
goto @no

[@Cont]
#SAY
welcome rebirth person :P\
...................................\
.............................................\
.............................\
...................................................\
.....................................\\
<Leave/@Exit>

[@No]
#SAY
Lovely Weather where having, isn't\
it <$USERNAME>?\
<Leave.../@Exit>

Simple script...... Some of it is proberly wrong, but feel free to change / call me a n00b for not scripting properly ;)
Hope It Helps

/Warlord
 

Nippy

Dedicated Member
Dedicated Member
Apr 25, 2003
45
0
103
edit nm i'll try it ty
 
Last edited: