Sure smile

Code:
if ($ulevel == 10) [color:blue]||[/color] ($ulevel == 11) { commands }
The || means OR.. so this means that if the userlevel is 10 or 11, do the commands.

Cheers,
Zyzzy smile