ybib.qsrc 646 B

123456789101112131415161718
  1. # ybib
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. clr
  5. gs 'stat'
  6. '<center><b><font color="maroon">Library</font></b></center>'
  7. '<center>A huge collection of books are neatly placed on the bookshelves.</center>'
  8. if ymanrem[10] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  9. if ymanrem[10] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  10. if ymanrem[10] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ybib.jpg"></center>'
  11. if ymanrem[10] = 2:''
  12. act 'Leave the room':minut += 1 & gt 'ymans'
  13. --- ybib ---------------------------------