View Single Post
  #7  
Old 06-08-2007, 03:29 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
DB-NPC:
PHP Code:
function onCreated()
{
  
this.join("functions");
  
echo2("Success");

functions Class
PHP Code:
public function echo2(message)
{
  
this.echo(temp.message);

Would work, just an example though.
Reply With Quote