So yeah i need the index number on actions im adding to vehicles through remoteExec.
FOBA_State = [ConTruck, ["Remove FOB-Alpha", {execVM "FOB\FOBA_Active.sqf"}]] remoteExec ["addAction", 0 , ConTruck, true];
FOBA_State in this format is obviously grabbing the returns for remoteExec not addAction. How would i store the addAction return (index number) to a variable so i could publicly remove it too?
the return for FOBA_State is "2:1289" I tried removing both of those but as they dont remove the action i want or any im assuming these values arent for the addAction return.
Thanks ahead of time.
Matt