So basically I have a script for every Character in my game
Usually averaging about 600 - 400 lines of code
And basically some of the characters in my game have a second form.
So I was wondering how I should do the scripting for the second form.
- A: Keep it in the main script for that character(More code. Harder to read)
- B: Put it in a different script(This would make it easier to read!)
- C: Other(Explain)
So anyhow those are my questions!
IF I should move this to a different category tell me!