Jump to content

Recommended Posts

Posted

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
Posted

You can run Killactor on an actor that is already dead to remove more limbs.

Posted

What do I put in the script? Ive tried two lines of "killActor thisRef 3" but that didnt work, I also tried "killActor thisRef 3 5" and that didnt work either. 3 Is left arm and 5 is right arm, could be the other way around I forgot.

  • Recently Browsing   0 members

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