So I'm getting this error
"Compile error
World: The Lost Fates
Immediate execution
[string "Trigger: "]:1: '=' expected near 'A'"
From this:
If %1 == "a skeletal rat" Then send("skin corpse")
Elseif send("search corpse")
End
And I do have my send to set to be Script. I'm not sure what exactly I've done wrong here. I've made some progress I think, as it's now picking up the first word, rather than the last. However, I can't seem to figure out what I'm doing wrong despite reading extensively over the last couple of days on LUA and here in the forums.
"Compile error
World: The Lost Fates
Immediate execution
[string "Trigger: "]:1: '=' expected near 'A'"
From this:
If %1 == "a skeletal rat" Then send("skin corpse")
Elseif send("search corpse")
End
And I do have my send to set to be Script. I'm not sure what exactly I've done wrong here. I've made some progress I think, as it's now picking up the first word, rather than the last. However, I can't seem to figure out what I'm doing wrong despite reading extensively over the last couple of days on LUA and here in the forums.