Thread: Instance?
View Single Post
  #3  
Old 05-26-2007, 12:48 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
I don't know exactly what you mean by instance, but GS2 is object-based and you can access other objects from the current 'this'. Some objects have a global identifier this.name and you can use ObjectName.variable or ObjectName.function if the function is public.

Edit: Find-NPC isn't necessary since the NPC would need a name for you to use findnpc().
__________________
Reply With Quote