Hi,
I'm rathern new on the block here but that solution to the array out of bounds error don't work when you take away the + 5.
In the for statements you have to change DIP_civ1 to player[DIP_civ1] and you have to change all of these statements !
This is a simple C programming language error...you have to let the SLIC know which array it's about !
The player array !
But having changed this leaves me with a new error. To many arguments in ConsiderDiplomaticState.
What the heck is this ? How do I solve this.
I'm rathern new on the block here but that solution to the array out of bounds error don't work when you take away the + 5.
In the for statements you have to change DIP_civ1 to player[DIP_civ1] and you have to change all of these statements !
This is a simple C programming language error...you have to let the SLIC know which array it's about !
The player array !
But having changed this leaves me with a new error. To many arguments in ConsiderDiplomaticState.
What the heck is this ? How do I solve this.
Comment