mIRC Home    About    Download    Register    News    Help

Print Thread
#27271 31/05/03 05:02 PM
C
CRAZYGUY
CRAZYGUY
C
Hey there,
I have been working on this bot sript and i have diffrent levels of commands how do I make it so if i give some one 100 they can only see 100? Iam just learning how to do this stuff I got most of it down but a few things. So if you can give me a idea that would be great.

#27272 31/05/03 08:47 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
/auser 100 <name>

then use the =100 prefix on commands. ex:

on 1:TEXT:!help:#: {
;help menu
}

that will display for anyone greater or equal to level 1

on =100:TEXT:!help:#: {
;help for level 100
}

that will work for only level 100 users.

#27273 31/05/03 10:15 PM
Joined: Dec 2002
Posts: 698
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 698
For specific level event triggers there is the + prefix
on +100:event:.....

Or there is the = suffix
on 90:text:*:#:=

/help prefixes


#27274 31/05/03 11:54 PM
C
CRAZYGUY
CRAZYGUY
C
Thank you! wink

#27275 01/06/03 09:30 AM
Joined: Dec 2002
Posts: 334
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
Type in you mIRC client... /Help Levels

#27276 01/06/03 04:31 PM
Joined: Dec 2002
Posts: 698
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 698
Which takes you to the exact same page I suggested. :tongue:

#27277 01/06/03 05:59 PM
Joined: Dec 2002
Posts: 334
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
woops... /me needs glasses :P


Link Copied to Clipboard