Hmmmm, i tryed that and it came up with some error about the script. :-\
Heres the script:
_AmmoType = "Heat120"
_Unit = _this select 0
_Explosion = GetPos _Unit
_cx = _Explosion select 0
_cy = _Explosion select 1
_cz = _Explosion select 2
_tempObj = _AmmoType camCreate[_cx, _cy, _cz]
~0.01
_tempobj = objNull
exit
It says there is an error with
_tempObj = _AmmoType camCreate[_cx, _cy, _cz]
something about "error type array"
Cheers
Gooner