// This makes the pits work...
IfSpawned
  PitsKill

// This initializes music
IfSpawned
  tmpargument = 7
  tmpdistance = 0
  PlayMusic

// This raises the ghouls after they've died
IfTimeOut
  CleanUp
  tmpargument = 30
  SetTime
  
End					// All done
