View Single Post
  #11  
Old 05-26-2005, 02:08 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
What I retrieved was:
PHP Code:
findplayer(x).WEAPON.function(); 
You can easily do it with:
PHP Code:
  with(findplayer("Fry"))
    
FrenchFries.trigger("cook"); 

=---=
Use of thiso.trigger():
PHP Code:
 with (findplayer(x))
 {
   
hp -= dam;
   if (
hp 0)
    
thiso.trigger("kill",player.account);
 } 
__________________
In a world of change... Who'll you believe?
Reply With Quote