400_ymans 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # ymans
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. <<<<<<< 400_ymans
  7. '<center><B><font color = maroon>House</font></B></center>'
  8. '<center>Hall</center>'
  9. if ymanrem[3] = 0: '<center><img src="images\etogame\ynill.jpg"></center>'
  10. if ymanrem[3] = 1: '<center><img src="images\etogame\ynill.jpg"></center>'
  11. if ymanrem[3] = 2: '<center><img src="images\etogame\yrem.jpg"></center>'
  12. if ymanrem[3] = 3: '<center><img src="images\etogame\ymans.jpg"></center>'
  13. if ymanrem[3] = 3: '<a href="exec: GT ''mirror'',''start''">The mirror</a> hangs on the wall'
  14. clr
  15. gs 'stat'
  16. fcolor = rgb(0,0,0)
  17. bcolor = rgb(255,255,255)
  18. =======
  19. '<center><B><font color=maroon>mansion</font></B></center>'
  20. '<center>hall</center>'
  21. if ymanrem[3]=0:'<center><img src="pic/ynill.jpg" ></center>'
  22. if ymanrem[3]=1:'<center><img src="pic/ynill.jpg" ></center>'
  23. if ymanrem[3]=2:'<center><img src="pic/yrem.jpg" ></center>'
  24. if ymanrem[3]=3:'<center><img src="pic/ymans.jpg" ></center>'
  25. if ymanrem[3]=3:'<a href="exec:GT ''mirror'',''start''">mirror</a>'
  26. clr
  27. gs'stat'
  28. fcolor=rgb(0,0,0)
  29. bcolor=rgb(255,255,255)
  30. >>>>>>> 400_ymans
  31. LCOLOR = rgb(106,90,205)
  32. <<<<<<< 400_ymans
  33. if ymanrem[3] >= 1: act 'Bedrooms': minut += 1 & gt 'ybedr'
  34. if ymanrem[3] >= 1: act 'Bathroom': minut += 1 & gt 'yvan'
  35. if ymanrem[3] >= 1: act 'Kitchen': minut += 1 & gt 'ykuh'
  36. if ymanrem[3] >= 1: act 'Living Room': minut += 1 & gt 'yzal'
  37. if ymanrem[3] >= 1: act 'Fireplace room': minut += 1 & gt 'ykamin'
  38. if ymanrem[3] >= 1: act 'Nursery': minut += 1 & gt 'ydet'
  39. if ymanrem[3] >= 1: act 'Library': minut += 1 & gt 'ybib'
  40. if ymanrem[3] >= 1: act 'Gymnasium': minut += 1 & gt 'ysport'
  41. if ymanrem[3] >= 1: act 'Cabinet': minut += 1 & gt 'ykabinet'
  42. if nude = 0: act 'Go outside': minut += 5 & gt 'youplace'
  43. =======
  44. if ymanrem[3]>=1:act 'bedroom':minut+=1&gt'ybedr'
  45. if ymanrem[3]>=1:act 'bathroom':minut+=1&gt'yvan'
  46. if ymanrem[3]>=1:act 'kitchen':minut+=1&gt'ykuh'
  47. if ymanrem[3]>=1:act 'hall':minut+=1&gt'yzal'
  48. if ymanrem[3]>=1:act 'fireplace room':minut+=1&gt'ykamin'
  49. if ymanrem[3]>=1:act 'nursery':minut+=1&gt'ydet'
  50. if ymanrem[3]>=1:act 'library':minut+=1&gt'ybib'
  51. if ymanrem[3]>=1:act 'gym':minut+=1&gt'ysport'
  52. if ymanrem[3]>=1:act 'cabinet':minut+=1&gt'ykabinet'
  53. if nude = 0:act 'Enter the site':minut+=5&gt'youplace'
  54. >>>>>>> 400_ymans
  55. --- ymans ---------------------------------