Quote:
|
Originally Posted by Yen
PHP Code:
Weapon1
function onWeaponFired() {
player.chat = Weapon2.Omg(player.account);
}
PHP Code:
Weapon2
public function Omg(acc) {
return "Zomg your account is" SPC acc;
}
Help?
|
PHP Code:
findWeapon("Weapon2").Omg("variable");
... is what I'm thinking.