LunchboxCharlie
Member
How can you check humanity when scripting? I can't figure it out for the life of me.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
_humanity = _player getVariable["humanity",0];
If you need to make sure their humanity is above a certain point...Thanks boss.
_isHero = (player getVariable ["humanity",0] > 5000);
If you need to make sure their humanity is above a certain point...Code:_isHero = (player getVariable ["humanity",0] > 5000);
No problem man.Thanks a ton.![]()