123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # gdk
- $metka = $ARGS[0]
- $loc = $CURLOC
- <<<<<<< 242_gdk
- gs 'stat'
- gs 'time'
- '<center><B><font color = maroon>House of Culture</font></B></center>'
- if hour >= 9 and hour < 20:
- '<center><img src="images\etogame\dk.jpg"></center>'
- 'In the evenings, from 20.00 to 23.00 dances. Entrance 25 rubles.'
- end
- if hour >= 20 and hour <= 23:
- '<center><img src="images\etogame\dk_night.jpg"></center>'
- 'At the entrance to the recreation center full of young people, the guys are just standing and smoking, joking and someone looking out for. Girls in groups of 2-3 people, discussing something, someone just thumps in the bushes.'
- if money >= 25: act 'Sign in here': money -= 25 & minut += 15 & gt 'gdkin'
- end
- act 'Exit': gt 'gorodok'
- if hour >= 16 and hour <= 20:
- 'Now the house of culture sports sections.'
- act 'Go to section': gt 'gdksport'
- end
- if hour >= 8 and hour <= 18:
- 'Now the house of culture rabotet library.'
- act 'Go to the library': gt 'gdkbibl'
- end
- if hour < 9: '<center><img src="images\etogame\dk_night.jpg"></center>'
- =======
- music_on=0
- gs'stat'
- gs'time'
- '<center><B><font color=maroon>The House of Culture</font></B></center>'
- if hour>=9 and hour<20:
- '<center><img src="etogame/dk.jpg"></center>'
- 'In the evenings 20.00 prior_to 23.00 dancing. entrance 25 rubles.'
- end
- if hour>=20 and hour<=23:
- '<center><img src="etogame/dk_night.jpg"></center>'
- 'At the entrance to the recreation center is full of youth, guys just stand and smoke, joke and who-then look out for. Girls in groups on 2-3 man, what-then discuss, who-then just thumps in the bushes.'
- if money>=25:act'Join the club':money-=25&minut+=15>'gdkin'
- end
- act 'Go_Out':gt'gorodok'
- if hour>=16 and hour<=20:
- 'Now the house of culture sports sections.'
- act'Go to section':gt'gdksport'
- end
- if hour>=8 and hour<=18:
- 'Now the house of culture rabotet library.'
- act'Go to the library':gt'gdkbibl'
- end
- if hour<9:'<center><img src="etogame/dk_night.jpg"></center>'
- >>>>>>> 242_gdk
- <<<<<<< 242_gdk
- if week < 6:
- if hour >= 16 and hour < 18:
- 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
- end
- end
- if week >= 6:
- if hour >= 11 and hour < 18:
- 'Your sister <a href="exec:SiSgdk = 1 & GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
- end
- end
- =======
- if week<6:
- if hour>=16 and hour<18:
- 'Your sister <a href="exec:SiSgdk=1> ''sister''">Anya</a> sitting in the company of boys and devchenok and drinks beer.'
- end
- end
- if week>=6:
- if hour>=11 and hour<18:
- 'Your sister <a href="exec:SiSgdk=1> ''sister''">Anya</a> sitting in the company of boys and devchenok and drinks beer.'
- end
- end
- >>>>>>> 242_gdk
- --- gdk ---------------------------------
|