Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

IF, WHEN.. THEN, and UNTIL won't accept string literals for comparison. #254

Open a1270 opened 10 years ago

a1270 commented 10 years ago

After reading the parser it's caused by using ~ which restricts the usage of quotations and braces. The problem is we're out of characters to use to only restrict braces. In my test build i am using / and will submit a pull using that.