boilerroom.qsrc 361 B

12345678910111213
  1. # boilerroom
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/qwest/alter/boiler/boilerroom'+ rand(1,3) +'.jpg"></center>'
  8. 'This event is still not completed. Please bug Ekay until he gets it done.'
  9. act 'Leave': gt 'pavResidential'
  10. end
  11. --- boilerroom ---------------------------------