Thread: Beer Me ;D
View Single Post
  #7  
Old 08-29-2007, 09:45 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
function onActiongrabbed() {
  
this.grabs ++;
  if (
this.grabs == 10) {
    
say2("I Made A Beer!");  // might not work serverside, dont remember
    
temp.npc putnpc2(49.320"join(\"beer\");");
    
temp.npc.setimg("beer.png");
    
this.grabs NULL;
  } else 
player.chat this.grabs SPC "grabs left..";
  
setAni("pull""");

Oops
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote