View Single Post
  #2  
Old 03-17-2007, 06:56 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
I had to do this awhile back and Hikaru helped me with it
I'd Put this in a class and made the other class trigger each other.

PHP Code:
this.join("class");
class::
FunctionInClass(); 
I did the above on serverside so I'm not sure if it would work on the clientside part of the class.
Then whenever I need the function I can simply use the function

PHP Code:
FunctionInClassvar1var2); 
__________________
Deep into the Darkness peering...
Reply With Quote