Hi all
Hope someone can help. I am trying to get one of the characters, any character for that matter, to start off taking a knee. What I have managed is to find the animation in the fpe file for eg:
csi_crouchidlerocket = 6472,6545
I then insert these in
;anim
animmax = 1
anim0 = 6472,6545
playanimineditor = 1
using this with conjunction ai_neutral.lua as I don't want them to fire. More like props in background with some minor animation.
In the editor, when I select properties, the characters are in the correct pose but when I launch test mode the characters are standing upright.
I am not sure if it is a conflict with the neutral lua. I've tried editing that (I'm not a programmer) but with no real effect except for the occasional lua error message,
Any help/response would be appreciated.
EDIT: apologies if this posted in wrong place. Mods please move to correct location. Thanks.