View Single Post
  #2  
Old 02-01-2007, 12:42 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
HTML Code:
//#CLIENTSIDE
function onCreated()
{
  this.onTimeout();
}
function onTimeout()
{
  playlooped2("bomb.wav", this.x, this.y, 1); //The '1' is the player's distance
}
Should work, not tested.
Reply With Quote