Quote:
Originally Posted by SmeewN
Thanks, got it to work, awesome.
Can you pass variables to the class?
like putting:
temp.data.myvar = 0;
would make it accessable to the class?
|
PHP Code:
temp.npc = putnpc(x, y, "");
with(temp.npc) {
join("classname");
id = 1;
nick = "CLasSNaMe";
owner = "Chompy";
}