ysport 819 B

12345678910111213141516171819202122232425
  1. # ysport
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = ''
  5. $loc = 'ysport'
  6. clr
  7. gs 'stat'
  8. '<center><b><font color="maroon">Detached</font></b></center>'
  9. '<center>Gym</center>'
  10. 'The hall for sport activities and doors leading to the pool and the Baths.'
  11. if ymanrem[11] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  12. if ymanrem[11] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  13. if ymanrem[11] = 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ysport.jpg"></center>'
  14. if ymanrem[11] = 2:''
  15. gs 'exercise', 'start'
  16. act 'Leave the room':minut += 1 & gt 'ymans'
  17. if bassMansion = 1: act 'Goto Pool': gt 'ybass'
  18. if banaMansion >= 1:act 'Goto Sauna': gt 'yban'
  19. --- ysport ---------------------------------