I'm finding something odd with my simple array, I know it's probably something I've overlooked but don't know what.
here's the array:
<img src="http://img15.imageshack.us/img15/2122/clipboard03b.png" border="0" />
When run it prints out:
Monster:Or, HP:5, Speed:9
As it should, but If I add another character to the first part of the array, say from Or to Orc then it doesn't show the speed:
Monster:Orc, HP:5,
in fact any 3 characters or more for the first array doesn't show the speed.
Does anyone know what's going on? I can provide the capx but it's just what you see above with an array and text object added.