//This spawns some lava bubbles
IfTimeOut
  tmpargument = rand % 50 + 75
  SetTime
  tmpargument = 0
  tmpturn = rand % 80
  tmpdistance = rand % 80
  tmpx = rand % 80 + selfx - tmpturn
  tmpy = rand % 80 + selfy - tmpdistance
  tmpdistance = selfz
  SpawnExactParticle

//------------------------------------------------------------------------------------
End					// All done
//------------------------------------------------------------------------------------
