I'm having an issue with calling multiple registered lua functions from one script location.
To explain:
This works fine, the function behaves as expected.
This doesn't work:
I've also tried it with adding a semi-colon after the first line like in the docs but still an error.
What am I doing wrong here?
Thanks in advance!
Script lines throwing error when adding multiple
Re: Script lines throwing error when adding multiple
Hi,
What's the error? Can you click on it in the Console window, press Ctrl+C to copy it to the clipboard, then paste it into a reply?
What's the error? Can you click on it in the Console window, press Ctrl+C to copy it to the clipboard, then paste it into a reply?
Re: Script lines throwing error when adding multiple
The error has been resolved. It was a followup method that didn't use 'double' as the paramter type.
Thank you!
Thank you!
Re: Script lines throwing error when adding multiple
Thanks for the update. Glad you got it working!