Jump to content

Remove multiple limbs on corpse


elek2008

Recommended Posts

Hey so I have this script to remove arms from a dead npc but I can only get it for one limb at a time, can someone show me how to do it for more than one? I want to spawn him with both arms gone.

 

scn Armbegone
short doOnce
ref thisRef
Begin OnLoad
if doOnce == 0
set thisRef to getSelf
killActor thisRef 3
set doOnce to 1
endif
End
Link to comment
Share on other sites

  • Recently Browsing   0 members

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