Thread: array search
View Single Post
  #7  
Old 12-27-2005, 10:08 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
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?
Well, one of the reasons I'd want this command integrated is that it helps you find Weapon2.
Reply With Quote