I had a spellup script in VBScript, now I am trying to port it over to Lua so all my friends can use it. I have gotten it pretty much done, and keep getting an error message...
Error number: 0
Event: Compile error
Description: [string "Plugin"]:385: unexpected symbol near `for'
Called by: Immediate execution
Line 189: Error parsing script (problem in this file)
ok line 189 is the <script> tag, so that does not help me, and any error inside that gives that line number for odd reasons unbeknownst to me.
ok my next post will be the entire plugin file ... PLEASE help...
I also figured out a substitute for the VBScript command Split("string","delimiter"), and have used that sucessfully throughout.
Edit: I am sorry for it being split so many times, but just would not let me post over that 6k character limit.
Error number: 0
Event: Compile error
Description: [string "Plugin"]:385: unexpected symbol near `for'
Called by: Immediate execution
Line 189: Error parsing script (problem in this file)
ok line 189 is the <script> tag, so that does not help me, and any error inside that gives that line number for odd reasons unbeknownst to me.
ok my next post will be the entire plugin file ... PLEASE help...
I also figured out a substitute for the VBScript command Split("string","delimiter"), and have used that sucessfully throughout.
Edit: I am sorry for it being split so many times, but just would not let me post over that 6k character limit.