
// starts one sound, if that is finished loops another
// and plays a third sound when the sequence is stopped
// also use this as sequence 0 for use on doors
:GarageDoorOpen
   door 21
   playuntildone doors/dr1_strt
   playrepeat doors/dr1_mid
   stopsound doors/dr1_end
end