I would LOVE to be able to set DM and instagib within lua.
I would LOVE to have the ability to set force vectors for joints in lua, i.e.
set_joint_vector( [player], [joint#], [x force], [y force], [z force] )
A get functions will definatly be needed to accompany this.
i.e.
xforce, yforce, zforce = get_joint_vector ( [player], [joint#] )
==Example==
wristvec_right = get_player_vector(0,10)
set_joint_dm (0,10)
set_joint_vector(0,10,wristvec_right.xforce, wristvec_right.yforce, wristvec_right.zforce + 10)
Just my two cents.
Last edited by NewbLuck; Jun 23, 2007 at 05:33 AM.
Reason: how2type :/