Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
If player has a helmet?
« previous
next »
Print
Pages: [
1
]
Author
Topic: If player has a helmet? (Read 561 times)
Racer
October 15, 2009, 12:27:53 AM
I think that:
Code:
[Select]
if(%client.Rarm = 1)
Is if they have a hand not a hook, so whats if they have a helmet?
Ad Bot
Advertisement
Zenthos
October 15, 2009, 01:29:14 AM
Code:
[Select]
if(%client.hat < 0)
?
Destiny/Zack0Wack0
October 15, 2009, 02:05:42 AM
Code:
[Select]
if($hat[%client.hat] $= "helmet")
{
//yay helmet
}
Space Guy
October 15, 2009, 11:51:16 AM
if(%player.isNodeVisible("helmet")) will account for alternate uniforms and such.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
If player has a helmet?