ysport 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. # ysport
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. clr
  7. gs 'stat'
  8. '<center><b><font color="maroon">Detached</font></b></center>'
  9. '<center>Gym</center>'
  10. 'In the hall is enough space for a variety of sport activities'
  11. if ymanrem[11] = 0:'<center><img src="images/etogame/ynill.jpg"></center>'
  12. if ymanrem[11] = 1:'<center><img src="images/etogame/yrem.jpg"></center>'
  13. if ymanrem[11] = 2:'<center><img src="images/etogame/ysport.jpg"></center>'
  14. if ymanrem[11] = 2:''
  15. !!! does not exists in 1.0.5
  16. if treadmillday ! day:
  17. '<a href="exec:dynamic $sitr_tread_d">Treadmill</a>'
  18. end
  19. !!!
  20. if obruchday ! day:'<a href="exec:dynamic $sitrobrd">Twist hoop</a>'
  21. if bookYogday ! day:'<a href="exec:dynamic $sitryogd">Meditation</a>'
  22. if skakday ! day:'<a href="exec:dynamic $sitrskakd">Jumping rope</a>'
  23. if pressday ! day:'<a href="exec:dynamic $sitrpressd">Abdominal Exercises</a>'
  24. if pushday ! day:'<a href="exec:dynamic $sitrpushd">Push-ups</a>'
  25. act 'Leave the room':minut += 1 & gt 'ymans'
  26. --- ysport ---------------------------------