Like when I do the beginning
Code:
function Name_OnCombat(Unit, Event)
What if the name has a space in it like.. Big Bad Wolf...
Do I just space it or is there a code for it so I dont mess up the whole script?
Code:
function Big Bad Wolf_OnCombat
function Big-Bad-Wolf_OnCombat
I just really want to know so I can process my LUA scripting, and I dont care if its shutting down after a while so people will only use c++, or any other kind of scripting... I am just interested in this question because mostly when you do a space it does a certain command in some scripts, and I dont know that much about LUA that I can determine if a space would ruin it or make it work...
Thank you.