UOOutlands / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
http://www.uor-razor.com
GNU General Public License v3.0
9 stars 6 forks source link

[BUG] `if not 'text' in 'other text'` gives invalid expression error #56

Open ncskrypt opened 3 years ago

ncskrypt commented 3 years ago

if not 'text' in 'other text'

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Assistant.Scripts.Engine.SyntaxError: Invalid expression
   at Assistant.Scripts.Engine.Lexer.Lex(String[] lines) in Razor.dll:token 0x6000a8b+0x75
   at Assistant.Scripts.ScriptManager.PlayScript(String[] lines) in Razor.dll:token 0x60009f7+0x5d
ncskrypt commented 3 years ago

image