Thread: Beer Me ;D
View Single Post
  #5  
Old 08-29-2007, 07:29 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by xXziroXx View Post
Ack, bleh, urgh... such a CPU intensive script for something so simple.



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");
  } else 
player.chat this.grabs SPC "grabs left..";
  
setAni("pull""");

that worked tyvm
__________________
**FLIP OUT**
Reply With Quote