Only allowing a certain person to do something.......

Mu online season 21 - grand opening

logic3

Dedicated Member
Dedicated Member
Nov 17, 2003
88
0
33
i've done this before but 4gotten how to do it....How do i mae the NPC check for a name, so only the person with that name can do the action.

Thanks 4 help.
 

logic3

Dedicated Member
Dedicated Member
Nov 17, 2003
88
0
33
R3mix said:
Use the checknamelist function somehow?

i have put checknamelist <name> (wivout the >'s) and made a file called namelist and put it in the Envir folder yet it still says 'You need to be <name> to use me'

cant figure it out.
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
ok put

#IF
checknamelist textfile.txt
#ACT
action you want to do here
#ELSESAY
Your not allowed to do this.

and to set the name you have to do it manually if you want to set only certain people to do so
 

Ali3n

Golden Oldie
Golden Oldie
Apr 27, 2004
705
5
155
Leicestershire
Blaminator said:
ok put

#IF
checknamelist textfile.txt
#ACT
action you want to do here
#ELSESAY
Your not allowed to do this.

and to set the name you have to do it manually if you want to set only certain people to do so

Yea thx, great help ^__^