I am trying to increase the number of soldiers in the battle scene (Hornblower)
I get this error message when one group should be loaded
RUNTIME ERROR - file: characters\characters.c; line: 121
Cant create class: NPCharacter
The line referenced is :
CreateEntity(&character, character.model.entity);
Could it be anything to do with the quantity?
I get NO other errors at this point.
I get this error message when one group should be loaded
RUNTIME ERROR - file: characters\characters.c; line: 121
Cant create class: NPCharacter
The line referenced is :
CreateEntity(&character, character.model.entity);
Could it be anything to do with the quantity?
I get NO other errors at this point.