elek2008 Posted September 7, 2015 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
rickerhk Posted September 7, 2015 Posted September 7, 2015 You can run Killactor on an actor that is already dead to remove more limbs.
elek2008 Posted September 7, 2015 Author 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.
Recommended Posts