You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to produce a non-whole number quantity of cargo with the Produce block, as in the example below, produces an NMLC error stating that this isn't possible.
Example:
produce (produce_oil_refinery,
[PASS: 1; OIL_: 1;], // Consume
[RFPR: 0.5; FERT: 0.5;], // Produce
1 // Run callback again
)
Actual result
The error incorrectly refers to a switch-block:
nmlc ERROR: "lumberjack_industries.nml", line 962: This expression is not supported in a switch-block
Steps to reproduce
Try to make NewGRFs in the early morning while not being fully awake :)
Attempt to produce a non-whole number quantity of cargo with the Produce block
Read NMLC error
The text was updated successfully, but these errors were encountered:
Version of NML
0.6.1
Expected result
Attempting to produce a non-whole number quantity of cargo with the Produce block, as in the example below, produces an NMLC error stating that this isn't possible.
Example:
Actual result
The error incorrectly refers to a switch-block:
nmlc ERROR: "lumberjack_industries.nml", line 962: This expression is not supported in a switch-block
Steps to reproduce
The text was updated successfully, but these errors were encountered: