0097: Too many actual parameters
Last updated
Last updated
The compiler found more arguments than it is required for the current .
The number of arguments for the current instruction can be found in . It is also visible in the status bar when the Show opcode info
is enabled.
Some instructions have a variable number of arguments. For example, 004F: start_new_script @label [arguments]
accepts extra arguments to set the initial values of local variables in the new script. The number of variable arguments is also and is equal to the total number of local variables available to the scripts of the target game.
Possible solutions: provide the required number of parameters: