View Single Post
  #49  
Unread 02-07-2005, 01:16 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

I've only found parenthesis useful for letting the game know you mean a "variable" instead of the text that represents it.

Example: The text of the object Foo is "Your Mom"

parent.label.text=parent.Foo.text makes the label say "parent.Foo.text"

parent.label.text=(parent.Foo.text) makes the label say "Your Mom"

Or at least that's how I think it goes. I've always used the parenthesis after something didn't work without them, and I forget what.
__________________
If it ain't broke, it needs more features!
Reply With Quote