elek2008 Posted September 7, 2015 Share Posted September 7, 2015 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 doOnceref thisRef Begin OnLoad if doOnce == 0set thisRef to getSelfkillActor thisRef 3 set doOnce to 1endif End Link to comment Share on other sites More sharing options...
rickerhk Posted September 7, 2015 Share Posted September 7, 2015 You can run Killactor on an actor that is already dead to remove more limbs. Link to comment Share on other sites More sharing options...
elek2008 Posted September 7, 2015 Author Share Posted September 7, 2015 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. Link to comment Share on other sites More sharing options...
Recommended Posts