Thread: {} vs ||
View Single Post
  #7  
Old 06-13-2007, 03:39 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Twinny View Post
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.account5"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.
__________________
Reply With Quote