Quote:
Originally Posted by Twinny
Yes, yes it does. It's an echo(format()); in one  . It recently had a problem involving loops but I showed Stefan and he got it fixed. Use printf like you would use a format e.g.
PHP Code:
printf("Hi there %s, I have %i %s", player.account, 5, "apples");
I love it 
|
Ugh, I would have loved to have known this sooner >_>
extent = "32 32";
That format is for compatibility with Torque GUI script.
I also learned something about object types, apparently the static variables can have internalized functions for reading and writing them, which is why either format works I believe.