Author Topic: If player has a helmet?  (Read 561 times)

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?


Code: [Select]
if($hat[%client.hat] $= "helmet")
{
        //yay helmet
}

if(%player.isNodeVisible("helmet")) will account for alternate uniforms and such.