Hey all,
Since I've had no response I'll assume its becouse there is no appropriate command. So what I'll do is post up what I've got and ask for solution work arounds.
Code:
#begin
?"RC_GPMGBELT" in magazines _gpmg: goto "TRANS"
goto "end"
#TRANS
_gpmg removemagazine "RC_GPMGBELT"
_gunner addmagazine "JAM_W762M_100mag"
goto "begin"
#end
Now what this is for is a refined version of my deployable GPMG. When placed a slightly altered version of this is run. So if you have 7 mags when you deploy the GPMG you'll get 7 mags when you get into the now deployed GPMG. However I would like to do this in reverse as this stops the problem of having unlimited ammo (barring the amount of rounds left in a magazine). My problem is this
Code:
?"RC_GPMGBELT" in magazines _gpmg: goto "TRANS"
dosn't appear to work for a vehicle class. So dos anyone know of a workaround solution to this?
Regards,
LEGION7698.