Author Topic: Check for a specific BL-ID  (Read 512 times)

how would you check for a specific BL-ID?
for example you can use
if(%client.isSuperAdmin)
to check if someone is super admin but how would you check for a specific BL-ID?


.bl_id
how would I do that?
like "if(%client.bl_id = 666)" ?

how would I do that?
like "if(%client.bl_id = 666)" ?
==

if(%client.bl_id == 666)
   echo("\c2Satan is here.");