View Single Post
  #5  
Old 05-28-2012, 08:25 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
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.
Reply With Quote