View Single Post
  #6  
Old 05-28-2012, 09:13 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Crow View Post
People often use putNPC2() like this:
PHP Code:
putNPC2(3030"this.join(\"classNameHere\");"); 
Using classes with putNPC2() is generally a good idea. You shouldn't ever write a whole script into that thing.
If you'd like to be even cleaner (more readable imo):

PHP Code:
temp.npc this.level.putNPC2(3030"");
temp.npc.join("myclass"); 
__________________
Reply With Quote