hi!
is it possible to play animations on the third person view of a weapon?
i tryed something like this:
but i get an "Access None" warning on LitWeapon 
it would be important to see these animations on third person actors...
is it possible to play animations on the third person view of a weapon?
i tryed something like this:
PHP Code:
//from my weaponfire class
local gibblerAttachment att;
att = gibblerAttachment(Weapon.ThirdPersonActor);
att.LitWeapon.PlayAnim('MixerExtend',,,1);

it would be important to see these animations on third person actors...
Comment