mIRC Home    About    Download    Register    News    Help

Print Thread
#27271 31/05/03 05:02 PM
Joined: May 2003
Posts: 25
C
Ameglian cow
OP Offline
Ameglian cow
C
Joined: May 2003
Posts: 25
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.


Hmm.....IRC! www.warriorsouls.com
#27272 31/05/03 08:47 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/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.


-KingTomato
#27273 31/05/03 10:15 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
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
Joined: May 2003
Posts: 25
C
Ameglian cow
OP Offline
Ameglian cow
C
Joined: May 2003
Posts: 25
Thank you! wink


Hmm.....IRC! www.warriorsouls.com
#27275 01/06/03 09:30 AM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
Type in you mIRC client... /Help Levels

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

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


Link Copied to Clipboard