Sannybuilder keeps compiling this code
| CODE |
| 0AF0: COMPUTER_ON_OFF_KEY = get_int_from_ini_file PoliceDB section "Keys" key "TurnOnOff" |
into
| CODE |
| 0AF0: COMPUTER_ON_OFF_KEY = get_int_from_ini_file PoliceDB section "Keys" key 2@ |
TurnOnOff isn't even declared as a constant. Sannybuilder compiles all the INI reading opcodes with 2@ as the key. How to fix?