Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Crash NC: Return in destroyed object. (https://forums.graalonline.com/forums/showthread.php?t=67344)

Novo 07-14-2006 09:49 AM

Crash NC: Return in destroyed object.
 
NPC1:
PHP Code:

function onCreated()
  {
  
= new TStaticVar();
  
v.join("crasher");
  } 

CLASS crasher:
PHP Code:

function onCreated()
  {
  return 
stuff();
  }
function 
stuff()
  {
  
this.destroy();
  return 
true;
  } 

=] Happy Crashing.

Chris 07-14-2006 02:37 PM

Uhh


All times are GMT +2. The time now is 09:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.