Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-14-2006, 09:49 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
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.
Reply With Quote
  #2  
Old 07-14-2006, 02:37 PM
Chris Chris is offline
:pluffy:
Chris's Avatar
Join Date: Jan 2005
Location: im n ur comp, takn up pixelz
Posts: 1,867
Chris is on a distinguished road
Uhh
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:13 AM.


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