559_Hall 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <<<<<<< 559_Hall
  2. # Hall
  3. *PL '<right><img src="images\casino\zdcasino.jpg"></right>'
  4. *PL 'You entered the foyer of the building of a giant casino.'
  5. =======
  6. # hall
  7. *PL '<right><img src="casino/zdcasino.jpg" ></right>'
  8. *PL 'You entered the hall of the giant casino building. '
  9. >>>>>>> 559_hall
  10. *PL 'You can go:'
  11. ACT 'Get out of the casino':
  12. gt 'casino'
  13. END
  14. USEHTML = 1
  15. *clear
  16. clr
  17. <<<<<<< 559_Hall
  18. gs 'stat'
  19. set minut += 5
  20. picrand = RAND(0,2)
  21. if picrand = 0: '<right><img src="images\casino\hcasino1.jpg"></right>'
  22. if picrand = 1: '<right><img src="images\casino\hcasino2.jpg"></right>'
  23. if picrand = 2: '<right><img src="images\casino\hcasino3.jpg"></right>'
  24. 'By <a href="exec:GT ''headwaiter''">the head waiter</a>'
  25. 'In the Hall <a href="exec:GT ''igravt''">slot machines</a>'
  26. 'In room games <a href="exec:GT ''roulette''">Roulette</a>'
  27. 'In room games <a href="exec:GT ''cards''">Cards</a>'
  28. !'In <a href="exec:GT ''restaurant''">restaurant</a>'
  29. !'In <a href="exec:GT ''bar''">bar</a>'
  30. !'In <a href="exec:GT ''theater''">Theatre</a>'
  31. 'K <a href="exec:GT ''hotel''">Hotel</a>'
  32. --- Hall ---------------------------------
  33. # $menu_skills
  34. dynamic $objskills
  35. --- $menu_skills ---------------------------------
  36. # $menu_descrip
  37. dynamic $objdescrip
  38. --- $menu_descrip ---------------------------------
  39. # $menu_statistika
  40. dynamic $objstatistika
  41. --- $menu_statistika ---------------------------------
  42. # $menu_mobila
  43. dynamic $objmobila
  44. --- $menu_mobila ---------------------------------
  45. # $menu_magic
  46. dynamic $objmagic
  47. --- $menu_magic ---------------------------------
  48. # $menu_face
  49. dynamic $objface
  50. --- $menu_face ---------------------------------
  51. # $menu_body
  52. dynamic $objbody
  53. --- $menu_body ---------------------------------
  54. # $menu_clothes
  55. dynamic $objclothes
  56. --- $menu_clothes ---------------------------------
  57. # $menu_tattoos
  58. dynamic $objtattoos
  59. --- $menu_tattoos ---------------------------------
  60. # $menu_pirs
  61. dynamic $objpirsing
  62. --- $menu_pirs ---------------------------------
  63. # $menu_obnovit
  64. gs 'stat'
  65. --- $menu_obnovit ---------------------------------
  66. # $menu_bloknot
  67. dynamic $objbloknot
  68. --- $menu_bloknot ---------------------------------
  69. # $menu_avariya
  70. dynamic $objavariya
  71. --- $menu_avariya ---------------------------------
  72. # $menu_addoldmenu
  73. dynamic $objoldmenu
  74. --- $menu_addoldmenu ---------------------------------
  75. # $menu_automatica
  76. gs 'automatics'
  77. dynamic $automatica
  78. --- $menu_automatica ---------------------------------
  79. # $menu_helper
  80. gs 'menu_helper'
  81. dynamic $helper_start
  82. --- $menu_helper ---------------------------------
  83. =======
  84. gs'stat'
  85. set minut=minut + 5
  86. picrand=RAND(0,2)
  87. if picrand=0:'<right><img src="casino/hcasino1.jpg" ></right>'
  88. if picrand=1:'<right><img src="casino/hcasino2.jpg" ></right>'
  89. if picrand=2:'<right><img src="casino/hcasino3.jpg" ></right>'
  90. 'K <a href="exec:GT ''headwaiter''">headwaiter</a>'
  91. 'In the room <a href="exec:GT ''igravt''">slot machines</a>'
  92. 'In room games <a href="exec:GT ''roulette''">roulette</a>'
  93. 'In room games <a href="exec:GT ''cards''">cards</a>'
  94. !'B <a href="exec:GT ''restaurant''">restaurant</a>'
  95. !'B <a href="exec:GT ''bar''">bar</a>'
  96. !'B <a href="exec:GT ''theater''">theater</a>'
  97. 'K <a href="exec:GT ''inn''">hotel</a>'
  98. --- hall ---------------------------------
  99. >>>>>>> 559_hall