Frictional Games Forum (read-only)

Full Version: Corpse Launches
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey again!

So i wanna know how to make corpse shoot out from cabinet when i enter area?

THANX FOR HELP!
argh, I forgot the script.
http://wiki.frictionalgames.com/hpl2/amn..._functions
You find everything you need in there, use a collide callback for the area and I think addbodyforce or impulse, just try it out.
Often you have to use trial and error, and a corpse shooting out from a cabinet has been used so often that it's no longer making you jump, and will ruin your map, no matter how good it is, just because of a simple, not scary corpse.
(06-21-2012, 06:58 PM)FastHunteR Wrote: [ -> ][url]http://wiki.frictionalgames.com/hpl2/amn..._functions[/url]
You find everything you need in there, use a collide callback for the area and I think addbodyforce or impulse, just try it out.
Often you have to use trial and error, and a corpse shooting out from a cabinet has been used so often that it's no longer making you jump, and will ruin your map, no matter how good it is, just because of a simple, not scary corpse.
Haha! I'll try that, thank you!