mIRC Homepage
Posted By: CRAZYGUY Level Commands - 31/05/03 05:02 PM
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.
Posted By: KingTomato Re: Level Commands - 31/05/03 08:47 PM
/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.
Posted By: Nimue Re: Level Commands - 31/05/03 10:15 PM
For specific level event triggers there is the + prefix
on +100:event:.....

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

/help prefixes

Posted By: CRAZYGUY Re: Level Commands - 31/05/03 11:54 PM
Thank you! wink
Posted By: FunChatter Re: Level Commands - 01/06/03 09:30 AM
Type in you mIRC client... /Help Levels
Posted By: Nimue Re: Level Commands - 01/06/03 04:31 PM
Which takes you to the exact same page I suggested. :tongue:
Posted By: FunChatter Re: Level Commands - 01/06/03 05:59 PM
woops... /me needs glasses :P
© mIRC Discussion Forums