Frictional Games Forum (read-only)

Full Version: Making a tree fall?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I was wondering on how you make a tree fall, like outside the Study.
I've checked the script in Amnesia but it doesn't work. Tongue
Check the properties of the tree inside the editor too.
I did but the settings were the same.
(03-05-2011, 01:05 PM)junkfood2121 Wrote: [ -> ]I did but the settings were the same.

I think there is a special tree in the gameplay tab of the entities that is called tree_falling or something like that.
Yeah, that's the one I'm using =/
If you are still wondering about it, this is what you need: (I just found it out)

Code:
SetPropStaticPhysics("falling_tree_1", false);
AddPropForce("falling_tree_1", 1000, 0,0, "world");