View Single Post
  #4  
Old 04-12-2007, 03:45 AM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by JkWhoSaysNi View Post
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();
     } 

Thank you, That works (with a little editing).
__________________
What signature? I see no signature?
Reply With Quote