Frictional Games Forum (read-only)
How can i make my combine hammer and chipper destroy the wood - 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: How can i make my combine hammer and chipper destroy the wood (/thread-25024.html)



How can i make my combine hammer and chipper destroy the wood - iAmAw3some - 04-07-2014

the question is above


RE: How can i make my combine hammer and chipper destroy the wood - Romulator - 04-07-2014

This might help: http://wiki.frictionalgames.com/hpl2/tutorials/level_editor/combininghammerchipperjenniferorange

Edit: Whoops, misread the topic.

You could do this with a AddUseItemCallback and SetPropHealth.


RE: How can i make my combine hammer and chipper destroy the wood - Mudbill - 04-07-2014

I do have a video that might help you. It mainly focuses on the animation for the hammer itself, but it does show it in action. But in short, yeah use SetPropHealth on the boards entity.

Spoiler below!






RE: How can i make my combine hammer and chipper destroy the wood - iAmAw3some - 04-07-2014

(04-07-2014, 10:23 AM)Romulator Wrote: This might help: http://wiki.frictionalgames.com/hpl2/tutorials/level_editor/combininghammerchipperjenniferorange

Edit: Whoops, misread the topic.

You could do this with a AddUseItemCallback and SetPropHealth.

What will i do to it, how can i do it ?