Quote:
Originally Posted by callimuc
 thought you cant do functions inside functions....
|
You can't, but GScript is forgiving so it's working either as a result of how it was implemented or the interpreter is guessing what it is supposed to do. Never put functions inside of functions (minus anonymous ones).