Jump to content

IsLimbGone Function: How does it work?


FallOutBlitzer

Recommended Posts

Hello everyone! I need some help and I am new to modding... I want to use the IsLimbGone function and it is most certaintly me not using it properly. I want to check if a limb is off of an actor, which means they have be dead right? I want to be able to check if a limb is chopped off in the killing process or even after they are dead (is this possible?). any way here are the thing I tried that didnt work so anyone that has some input it would be appreciated.

 

 

scn CheckChopped

 

begin GameMode (also tried OnDeath, OnHit, OnMurder)

If Gangster.IsLimbGone 13 == 1 && getStage BBQ < 100

SetStage BBQ 100

endif

 

end

 

I applied this script to the actor reference. Thanks in advance for any help!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...