ID:172343
 
This is how I want it set up= There will be 3 admins, now setting up admins would be pretty easy except i want 1 of the 3 Admins to have a few other commands that the other 2 Admins dont have. How do I do that???
First of all, this should probably go in Newbie Central.

If I wanted to do something like that, I would probably make two new mob types, one for each set of commands, and add one set to all admins and the other set to the specific ones.
mob
admin
verb
mute()
boot()
game_owner
verb
ban()
proc
admin()verbs+=typesof(/mob/admin/verb)
game_owner()verbs+=typesof(/mob/admin/verb)

For more information specifically on detecting whether some needs the verbs, and adding them if so, use the forum search as it has been brought up many times.