Quote:
Originally posted by Kaimetsu
Strings can sometimes justifiably be used to store numbers, but they should be placed in variables when they are being processed. Giltwist's pathfinding used string arrays to store pathing information, when a normal array would've been superior.
|
Oh yeah. So did mine. Mainly because it is superior for debugging (opening editer and same data still there). As far as it being used online, arrays are best for that.
Whew, got me worried for a second. Thought I got way behind in script AGAIN. (Already behind with this new engine x-x).