ydet.qsrc 710 B

1234567891011121314151617181920212223
  1. # ydet
  2. $metka = ''
  3. $loc = 'ydet'
  4. $menu_loc = 'ydet'
  5. $menu_arg = ''
  6. menu_off = 0
  7. *clr & cla
  8. gs 'stat'
  9. '<center><b><font color="maroon">Nursery</font></b></center>'
  10. '<center>The nursery room, that is neatly designed, only the best for your child.</center>'
  11. if ymanrem[9] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  12. if ymanrem[9] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  13. if ymanrem[9] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ydet.jpg"></center>'
  14. if ymanrem[9] = 2:''
  15. gs 'subkid'
  16. act 'Leave the room':minut += 1 & gt 'ymans'
  17. --- ydet ---------------------------------