
09-07-2010, 06:38 AM
|
|
Banned
|
Join Date: Feb 2007
Posts: 1,348
|
|
Quote:
Originally Posted by Jiroxys7
well actually, BuffSystem is a class joined to a mod system weapon. (the buff system class is headed with BuffSystem = this; in it's onCreated())
and the function addbuff is, of course, a public function. and @ cubical, i thought if you joined a class to a player, you can only call player functions? (which apparently arent custom-named functions and therefore wouldnt work, right?)
|
PHP Code:
player.join("blah");
player.addBuff("demonize");
|
|
|
|