404_yzal 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # yzal
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. <<<<<<< 404_yzal
  7. '<center><B><font color = maroon>House</font></B></center>'
  8. '<center>Living Room</center>'
  9. if TV = 0: set $TV = 'That would be a great place for TV, which you do not have'
  10. if TV = 1: set $TV = 'Ancient <a href="exec:GT ''TV'',''start''">TV</a>'
  11. if TV = 2: set $TV = 'huge plasma <a href="exec:GT ''TV'',''start''">TV</a>'
  12. if ymanrem[7] = 0: '<center><img src="images\etogame\ynill.jpg"></center>'
  13. if ymanrem[7] = 1: '<center><img src="images\etogame\yrem.jpg"></center>'
  14. if ymanrem[7] = 2: '<center><img src="images\etogame\yzal.jpg"></center>'
  15. if ymanrem[7] = 2: '<<$TV>> . Luxury <a href="exec: GT ''divan'',''start''">leather sofa</a>'
  16. clr
  17. gs 'stat'
  18. act 'Leave the room': minut += 1 & gt 'ymans'
  19. =======
  20. '<center><B><font color=maroon>mansion</font></B></center>'
  21. '<center>hall</center>'
  22. if ymanrem[7]=0:'<center><img src="pic/ynill.jpg" ></center>'
  23. if ymanrem[7]=1:'<center><img src="pic/yrem.jpg" ></center>'
  24. if ymanrem[7]=2:'<center><img src="pic/yzal.jpg" ></center>'
  25. if ymanrem[7]=2:'<a href="exec:GT ''TV'',''start''">tv_set</a> <a href="exec:GT ''divan'',''start''">leather sofa</a>'
  26. clr
  27. gs'stat'
  28. act 'Exit the room':minut+=1&gt'ymans'
  29. >>>>>>> 404_yzal
  30. --- yzal ---------------------------------