Ok. I know how to spawn a motorcycle.
But, in A2, it won't spawn and the rpt has the following error:
Cannot create non-ai vehicle T650_Gue,
Likewise with the _Civ and _Ins. The only thing that works is the M1030, which kinda makes sense since I'm playing as USMC.
But, has anyone else encountered this? I thought it might be a side-center issue, but I even placed a civilian on the map (there's already USMC and Russian forces on the map) to no avail.
My spawn line couldn't be simpler (the _posX/_posY are verified with hints):
_cycle1 = "T650_Civ" createVehicle [_posX, _posY, 0];
The rpt is otherwise devoid of errors. Like... literally. Other than the CBA init stuff being written, that's the only line.
I'm sure there's something simple I'm overlooking. (All the variables are made private, the position is valid, all my usual mistakes have been checked....)