city_dima.qsrc 474 B

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