Thread: Instance?
View Single Post
  #11  
Old 05-26-2007, 06:37 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Stefan View Post
NPCs or weapon-NPCs with odd names can be accessed like this:
PHP Code:
("Control-NPC").dosomething(); 
You don't need the ()'s either (You can just do "Control-NPC".dosomething(); ) but it is fairly unfashionable to some people to do that.

What Stefan meant by "odd names" would be any object with a math or script character in it (Examples are: +-*/^%!@()[]{}<>'")

Hope that makes sense!
__________________
Do it with a DON!
Reply With Quote