Frictional Games Forum (read-only)
[SCRIPT] Can you push enemies with force?? - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [SCRIPT] Can you push enemies with force?? (/thread-18730.html)



Can you push enemies with force?? - Aleksi - 10-11-2012

I was wondering if it's possible to push enemies using force or something else like that. If you can do it, what script should you use? I'm trying to make a grunt "jump" through the floor in front of the player.


RE: Can you push enemies with force?? - Your Computer - 10-11-2012

Force requires a body. As counter-intuitive as this may sound, grunts (and brutes and suitors) don't have bodies to apply force to. You could try to place the grunt on a movable object, though.


RE: Can you push enemies with force?? - Aleksi - 10-11-2012

(10-11-2012, 05:28 PM)Your Computer Wrote: Force requires a body. As counter-intuitive as this may sound, grunts (and brutes and suitors) don't have bodies to apply force to. You could try to place the grunt on a movable object, though.
Ok, thanks Smile