Thread: Classes help
View Single Post
  #10  
Old 01-13-2008, 12:43 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by SmeewN View Post
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(xy"");

with(temp.npc) {
  
join("classname");
  
id 1;
  
nick "CLasSNaMe";
  
owner "Chompy";

__________________
Reply With Quote