For a little project I am working on, I am making a language file. I have got about a quater of the way through taking any text from my script and into this file and have been doing using constants.
Before I go any further, does anyone know what will be quicker / efficient, a loads of constants, or a large lannguage array?
To me, they would just be about the same as they will both need about as many lines, however I am inexperienced and would appreciate the opinion of others more expereinced.
Cheers folks