bbchickidy Posted December 11, 2009 Share Posted December 11, 2009 I want to be able to knock down enemies without killing them. How do I do it? Link to comment Share on other sites More sharing options...
pkleiss Posted December 11, 2009 Share Posted December 11, 2009 Make a Base effect that uses the "Script" arch type. Set the flags on the base effect for target and touch. Make an effect script like this: SCN Myscript Begin ScriptEffectStart Modav fatigue -110 End Attach the script to the base effect. Then make an Object effect that uses that base effect and add the object effect to your weapon. Now your weapon will knock your opponenets unconsious for 1 minute. For every value less than -50, the target will be knocked unconsious for 1 second. Link to comment Share on other sites More sharing options...
bbchickidy Posted December 11, 2009 Author Share Posted December 11, 2009 My friend knows the GECK better than I do, so he helped me underdatnd what you meant. It worked perfectly. Thanx a bunch! Link to comment Share on other sites More sharing options...
Recommended Posts