123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <<<<<<< 559_Hall
- # Hall
- *PL '<right><img src="images\casino\zdcasino.jpg"></right>'
- *PL 'You entered the foyer of the building of a giant casino.'
- =======
- # hall
- *PL '<right><img src="casino/zdcasino.jpg" ></right>'
- *PL 'You entered the hall of the giant casino building. '
- >>>>>>> 559_hall
- *PL 'You can go:'
- ACT 'Get out of the casino':
- gt 'casino'
- END
- USEHTML = 1
- *clear
- clr
- <<<<<<< 559_Hall
- gs 'stat'
- set minut += 5
- picrand = RAND(0,2)
- if picrand = 0: '<right><img src="images\casino\hcasino1.jpg"></right>'
- if picrand = 1: '<right><img src="images\casino\hcasino2.jpg"></right>'
- if picrand = 2: '<right><img src="images\casino\hcasino3.jpg"></right>'
- 'By <a href="exec:GT ''headwaiter''">the head waiter</a>'
- 'In the Hall <a href="exec:GT ''igravt''">slot machines</a>'
- 'In room games <a href="exec:GT ''roulette''">Roulette</a>'
- 'In room games <a href="exec:GT ''cards''">Cards</a>'
- !'In <a href="exec:GT ''restaurant''">restaurant</a>'
- !'In <a href="exec:GT ''bar''">bar</a>'
- !'In <a href="exec:GT ''theater''">Theatre</a>'
- 'K <a href="exec:GT ''hotel''">Hotel</a>'
- --- Hall ---------------------------------
- # $menu_skills
- dynamic $objskills
- --- $menu_skills ---------------------------------
- # $menu_descrip
- dynamic $objdescrip
- --- $menu_descrip ---------------------------------
- # $menu_statistika
- dynamic $objstatistika
- --- $menu_statistika ---------------------------------
- # $menu_mobila
- dynamic $objmobila
- --- $menu_mobila ---------------------------------
- # $menu_magic
- dynamic $objmagic
- --- $menu_magic ---------------------------------
- # $menu_face
- dynamic $objface
- --- $menu_face ---------------------------------
- # $menu_body
- dynamic $objbody
- --- $menu_body ---------------------------------
- # $menu_clothes
- dynamic $objclothes
- --- $menu_clothes ---------------------------------
- # $menu_tattoos
- dynamic $objtattoos
- --- $menu_tattoos ---------------------------------
- # $menu_pirs
- dynamic $objpirsing
- --- $menu_pirs ---------------------------------
- # $menu_obnovit
- gs 'stat'
- --- $menu_obnovit ---------------------------------
- # $menu_bloknot
- dynamic $objbloknot
- --- $menu_bloknot ---------------------------------
- # $menu_avariya
- dynamic $objavariya
- --- $menu_avariya ---------------------------------
- # $menu_addoldmenu
- dynamic $objoldmenu
- --- $menu_addoldmenu ---------------------------------
- # $menu_automatica
- gs 'automatics'
- dynamic $automatica
- --- $menu_automatica ---------------------------------
- # $menu_helper
- gs 'menu_helper'
- dynamic $helper_start
- --- $menu_helper ---------------------------------
- =======
- gs'stat'
- set minut=minut + 5
- picrand=RAND(0,2)
- if picrand=0:'<right><img src="casino/hcasino1.jpg" ></right>'
- if picrand=1:'<right><img src="casino/hcasino2.jpg" ></right>'
- if picrand=2:'<right><img src="casino/hcasino3.jpg" ></right>'
- 'K <a href="exec:GT ''headwaiter''">headwaiter</a>'
- 'In the room <a href="exec:GT ''igravt''">slot machines</a>'
- 'In room games <a href="exec:GT ''roulette''">roulette</a>'
- 'In room games <a href="exec:GT ''cards''">cards</a>'
- !'B <a href="exec:GT ''restaurant''">restaurant</a>'
- !'B <a href="exec:GT ''bar''">bar</a>'
- !'B <a href="exec:GT ''theater''">theater</a>'
- 'K <a href="exec:GT ''inn''">hotel</a>'
- --- hall ---------------------------------
- >>>>>>> 559_hall
|