View Single Post
  #9  
Old 02-01-2007, 10:34 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
HTML Code:
//#CLIENTSIDE 
if (created || playerenters) { 
  this.slashAmounts = 30; 
} 
if (was hit) { //Remove the space.
  this.slashAmounts -= 1; 
  message Slash me #v(this.slash) more times!; 
  if (this.slashAmounts <= 0) { 
    lay2 greenrupee,playerx,playery; 
    this.slashAmounts = 30; 
  } 
} 
You don't need a timeout.
Reply With Quote