Blockland Forums > Modification Help
Check for a specific BL-ID
Pages: (1/1)
Swollow:
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?
Kalphiter:
.bl_id
Swollow:
--- Quote from: Kalphiter on June 29, 2011, 06:22:07 PM ---.bl_id
--- End quote ---
how would I do that?
like "if(%client.bl_id = 666)" ?
Kalphiter:
--- Quote from: swollow on June 29, 2011, 06:24:20 PM ---how would I do that?
like "if(%client.bl_id = 666)" ?
--- End quote ---
==
MegaScientifical:
if(%client.bl_id == 666)
echo("\c2Satan is here.");
Pages: (1/1)