View Single Post
  #3  
Old 04-12-2007, 03:40 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Unless you *need* them joined to the NPC you could do something along the lines of:

PHP Code:
this.classes = {"control"}

for (
temp.curClassthis.classes)
{
     
this.(@ temp.curClass) = new TStaticVar();
     
with (this.(@ temp.curClass)) {      
      
join(temp.curClass);
      
start();
     } 

__________________

Coming soon (Hopefully:P)
Reply With Quote