Illegal names for custom Lua functions.
Posted: Sat Sep 18, 2021 4:02 pm
Just incase anyone else here comes across this weird corner case.
I registered a custom lua function called, but ever time I tried to call it, it gave me a error. When I renamed it to it worked perfectly.
I am wondering are there certain keywords you can't begin function names with? Or am I going crazy.
I registered a custom lua function called
Code: Select all
endJourney
Code: Select all
Line 2, Col 1 : Failed to parse Letter of Name.
Code: Select all
failJourney
I am wondering are there certain keywords you can't begin function names with? Or am I going crazy.