Blockland Forums > Modification Help
Checking body part
Aware:
--- Quote from: Slicksilver on February 19, 2012, 07:47:15 PM ---I should mention that will only work on the host.
$Pref::Avatar::Chest is a variable that is set to your avatar.
If you want to check to see if someone is wearing a femchest, you'll have to use if(%client.chest == 1)
--- End quote ---
Thank you.
Aware:
New problem
Chrono:
You can't just change datablock values and expect it to only happen for one player.
You can't do what you're trying to do, sadly.
Aware:
--- Quote from: Chrono on February 20, 2012, 11:27:40 AM ---You can't just change datablock values and expect it to only happen for one player.
You can't do what you're trying to do, sadly.
--- End quote ---
Damn.