View Single Post
  #2  
Old 05-21-2005, 07:17 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
I found a hack to get around this limitation:

(in a player.join() class):

HTML Code:
public function yourFunction(arg1, arg2)
{
  with (this)
  {
    triggeraction(0, 0, "clientside", "thing", arg1, arg2);
  }
}
Reply With Quote