View Single Post
  #3  
Old 05-28-2009, 10:15 PM
Struggler Struggler is offline
Zone Repulser =D
Struggler's Avatar
Join Date: May 2006
Posts: 54
Struggler is an unknown quantity at this point
okay, now i gots this, still doesnt work:
PHP Code:
function onCreated(){
  
setimg"beer.png");
  
setshape(13232);
}
function 
onActionTrigger() { 
  
destroy(); 
}
//#CLIENTSIDE
function onPlayerTouchsme(){
  
setimg"beer.png");
  
setshape13232);
  
player.hearts += 5;
  
player.bombs += 5;
  
player.darts += 5;
  
triggeraction(this..5this..5"Trigger");  

Reply With Quote