Thread: array search
View Single Post
  #9  
Old 12-27-2005, 11:15 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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.
__________________
Skyld
Reply With Quote