Thread
:
NPC range check/Place NPC
View Single Post
#
5
05-28-2012, 08:25 PM
Crow
ǝɔɐɹq ʎןɹnɔ
Join Date: Dec 2006
Location: Germany
Posts: 5,153
People often use putNPC2() like this:
PHP Code:
putNPC2
(
30
,
30
,
"this.join(\"classNameHere\");"
);
Using classes with putNPC2() is generally a good idea. You shouldn't ever write a whole script into that thing.
Crow
View Public Profile
View GraalOnline Profile
Find all posts by Crow