dedmen / ArmaScriptCompiler

GNU General Public License v3.0
26 stars 12 forks source link

Script compiler doesn't recognize the new deleteVehicelCrew alternative syntax #16

Closed Xeno69 closed 2 years ago

Xeno69 commented 2 years ago

Since A3 2.06 deleteVehicleCrew supports just one parameter, the vehicle: deleteVehicleCrew vehicle

The script compiler parser doesn't support it and throws the following error message and the script is not compiled: Parse Error: syntax error, unexpected OPERATOR_B_3, expecting } or ; or ","

Xeno69 commented 2 years ago

Seems it doesn't recognize the new 2.06 script commands at all, like for example getUserInfo

Xeno69 commented 2 years ago

Working now, thanks for the update!