Neuron
Member
Offline
Posts: 30
|
|
« on: August 31, 2013, 06:04:52 AM » |
|
Do functions defined before the main one have a limitation on the number of variables which can be used inside it?
I created a function with 13 variables and it doesn't work. The program accepts the function but not using it with 13 variables in any way. I checked everything a few times and although the syntax is correct, the game doesn't accept 13 variables in a function defined before the main one.
Do you know if there's a limit to the number of variables which can be used in a custom-defined function?
LE. To be clear: the game accepts having a 13-variable function defined before the main one, but not using it in the main function.
|