I get an error when I'm trying to display the following info from a "fired" EH:
_panzer=_this select 0
_weapon=_this select 1
_muzzle=_this select 2
_mode=_this select 3
_ammo=_this select 4
Hint format["Vehicle: %1\nWeapon: %2\nMode: %3\nAmmo: %4",_panzer,_weapon,_mode,_ammo]
~10
Exit
Can someone please correct me?