poiuyqwert / PyMS

Broodwar Modding Suite
47 stars 18 forks source link

PyAI: No notifcation when commenting out mistyped command names #119

Open Pr0nogo opened 5 years ago

Pr0nogo commented 5 years ago

Sometimes PyAI doesn't tell you that you have a typo in your aiscript opcode, e.g. 'attack_dd' instead of 'attack_add', and will comment out the offending text. This can break scripts and seems counterintuitive to what the compiler does elsewhere, like warning you about parameter typos.