/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.