Arma 3
Dino Mod
 This topic has been pinned, so it's probably important
Maxjoiner  [developer] Jul 25, 2022 @ 8:51am
Commands for Mission Makers
To deactivate the default animations, use this into Dino init (It works not for all):
_dino setvariable ["not_anim", True];

the Raptor doesn't attack anybody:
_Raptor setvariable ["not_raptor", true];

the Raptor doesn't attack only the Unit with these commands:
_Unit setVariable ["Raptor", true];
_Unit setVariable ["Dino", true];

The Raptor doesn't jump:
_Raptor setvariable ["not_jump", true];

The T-Rex doesn't attack only the Unit with these commands:
_Unit setVariable ["TRex", true];
_Unit setVariable ["Dino", true];
Last edited by Maxjoiner; Jul 25, 2022 @ 9:11am