nunye
09-09-2016, 01:53 PM
Hey.
I've been on hiatus for a couple of years and I came back to find some of the scripts I've written have issues. As an example:
--- Lich: error: sell:366: syntax error, unexpected ( arg, expecting keyword_then or ';' or '\n'
if alchemy.include? (item.name) || alchemy.include? (item.noun)
^
C:/Users/Me/Desktop/lich/lich.rbw:2489:in `eval'
C:/Users/Me/Desktop/lich/lich.rbw:2489:in `block (2 levels) in <class:Script>'
Is there a way to find out how to fix some of the errors I'm running across? I'm not a coder but I'm decent at figuring things out by example. Any help?
I've been on hiatus for a couple of years and I came back to find some of the scripts I've written have issues. As an example:
--- Lich: error: sell:366: syntax error, unexpected ( arg, expecting keyword_then or ';' or '\n'
if alchemy.include? (item.name) || alchemy.include? (item.noun)
^
C:/Users/Me/Desktop/lich/lich.rbw:2489:in `eval'
C:/Users/Me/Desktop/lich/lich.rbw:2489:in `block (2 levels) in <class:Script>'
Is there a way to find out how to fix some of the errors I'm running across? I'm not a coder but I'm decent at figuring things out by example. Any help?