
MechWarrior001
Joined: Mar 13, 2007
|
Posted: Oct 27, 2007 12:32 AM
Msg. 1 of 2
how would i get the player biped to use a certain permutation? Example: You make the player a Marine, but you want the player to use the Sgt. Johnson permutations. how do you do that?
|

kirby_422
Joined: Jan 22, 2006
Apparently public enemy number 1?
|
Posted: Oct 27, 2007 11:03 AM
Msg. 2 of 2
hs_doc is your friend (object_set_permutation <object> <string> <string>) sets the desired region (use "" for all regions) to the permutation with the given name, e.g. (object_set_permutation flood "right arm" ~damaged)
|