dima.qsrc 367 B

1234567891011121314151617181920
  1. # dima
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. gs 'themes', 'indoors'
  9. '<center><b><font color="maroon">Entrance to Dimas house</font></b></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/podezdhr.jpg"></center>'
  11. act 'Leave':
  12. cla
  13. minut += 5
  14. gt 'street'
  15. end
  16. end
  17. --- dima ---------------------------------