123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- # KGZfight
- <<<<<<< 436_KGZfight
- minut += 1
- gs 'stat'
- gs 'KGZdyn'
- if KGZHP <= 0:
- =======
- minut+=1
- gs'stat'
- gs'KGZdyn'
- if KGZHP<=0:
- >>>>>>> 436_KGZfight
- cla
- *clr
- <<<<<<< 436_KGZfight
- manna -= 100
- '<center><B>GAME OVER</B></center>'
- act 'Quit Game': gt 'KGZstart'
- =======
- manna-=100
- '<center><B>GAME OVER</B></center>'
- act 'Leave the game':gt'KGZstart'
- >>>>>>> 436_KGZfight
- exit
- end
- <<<<<<< 436_KGZfight
- if KGZdead <= 0:
- cls
- KGZbatl = 1
- manna += 100
- 'All the dead were silent on the ground.'
- act 'Leave': gt 'KGZgame'
- =======
- if KGZdead<=0:
- cls
- KGZbatl=1
- manna+=100
- 'All the dead were silent on the ground.'
- act 'Get_Away':gt'KGZgame'
- >>>>>>> 436_KGZfight
- exit
- end
- <<<<<<< 436_KGZfight
- if GZdist < 0: GZdist = 0
- !'<a href="exec:GT ''KGZstart''">Get out of the game</a>'
- 'Health <<KGZHP>>. Day <<KGZday>>, h <<KGZhour>>.'
- 'Edged weapons: <<$KGZweapon>>'
- if KGZgun > 0: '<<$KGZgun>>'
- if KGZgun2 > 0: '<<$KGZgun2>>'
- if KGZgun3 > 0: '<<$KGZgun3>>'
- 'To you run <<KGZdead>> dead. They are at a distance <<KGZdist>> meters.'
- if KGZdost = 1:
- 'Vincent fires a rifle.'
- KGZdead -= 1
- 'One of the dead falls with prostrelyanny head.'
- if KGZdead <= 0: gt $curloc
- =======
- if GZdist<0:GZdist=0
- !'<a href="exec:GT ''KGZstart''">Leave the game</a>'
- 'health <<KGZHP>>. day <<KGZday>>, h <<KGZhour>>.'
- 'cold arms: <<$KGZweapon>>'
- if KGZgun>0:'<<$KGZgun>>'
- if KGZgun2>0:'<<$KGZgun2>>'
- if KGZgun3>0:'<<$KGZgun3>>'
- 'To you run <<KGZdead>> dead. They distance <<KGZdist>> meters.'
- if KGZdost=1:
- 'Vincent shoots a rifle.'
- KGZdead-=1
- 'One of the dead drops with prostrelyanny head.'
- if KGZdead<=0:gt $curloc
- >>>>>>> 436_KGZfight
- end
- <<<<<<< 436_KGZfight
- if KGZgun > 0 and bullet > 0:
- act 'Shoot a gun':
- cls
- bullet -= 1
- dynamic $KGZgunatk
- dynamic $KGZdeadmanatk
- act 'Further': gt $curloc
- end
- =======
- if KGZgun>0 and bullet>0:
- act 'Pistol shot':
- cls
- bullet-=1
- dynamic $KGZgunatk
- dynamic $KGZdeadmanatk
- act 'further':gt $curloc
- end
- >>>>>>> 436_KGZfight
- end
- <<<<<<< 436_KGZfight
- if KGZgun2 > 0 and bullet2 > 0:
- act 'Shoot a shotgun':
- cls
- bullet2 -= 1
- dynamic $KGZgunatk2
- dynamic $KGZdeadmanatk
- act 'Further': gt $curloc
- end
- =======
- if KGZgun2>0 and bullet2>0:
- act 'A shotgun blast':
- cls
- bullet2-=1
- dynamic $KGZgunatk2
- dynamic $KGZdeadmanatk
- act 'further':gt $curloc
- end
- >>>>>>> 436_KGZfight
- end
- <<<<<<< 436_KGZfight
- if KGZgun3 > 0 and bullet3 > 0:
- act 'Shoot a machine gun (single)':
- cls
- bullet3 -= 1
- dynamic $KGZgunatk3
- dynamic $KGZdeadmanatk
- act 'Further': gt $curloc
- end
- if bullet3 >= 3:
- act 'Shoot a machine gun (short burst)':
- cls
- bullet3 -= 3
- KGZbulgun = 3
- dynamic $KGZgunatk4
- dynamic $KGZdeadmanatk
- act 'Further': gt $curloc
- end
- end
- if bullet3 >= 10:
- act 'Shoot a machine gun (long queue)':
- cls
- bullet3 -= 10
- KGZbulgun = 10
- dynamic $KGZgunatk5
- dynamic $KGZdeadmanatk
- act 'Further': gt $curloc
- end
- end
- =======
- if KGZgun3>0 and bullet3>0:
- act 'Shoot a machine gun (single)':
- cls
- bullet3-=1
- dynamic $KGZgunatk3
- dynamic $KGZdeadmanatk
- act 'further':gt $curloc
- end
-
- if bullet3>=3:
- act 'Shoot a machine gun (short burst)':
- cls
- bullet3-=3
- KGZbulgun=3
- dynamic $KGZgunatk4
- dynamic $KGZdeadmanatk
- act 'further':gt $curloc
- end
- end
-
- if bullet3>=10:
- act 'Shoot a machine gun (long queue)':
- cls
- bullet3-=10
- KGZbulgun=10
- dynamic $KGZgunatk5
- dynamic $KGZdeadmanatk
- act 'further':gt $curloc
- end
- end
- >>>>>>> 436_KGZfight
- end
- <<<<<<< 436_KGZfight
- if KGZgranade > 0:
- act 'Throw a grenade':
- cls
- dynamic $KGZgranatk
- act 'Further': gt $curloc
- end
- =======
- if KGZgranade>0:
- act 'throw a grenade':
- cls
- dynamic $KGZgranatk
- act 'further':gt $curloc
- end
- >>>>>>> 436_KGZfight
- end
- <<<<<<< 436_KGZfight
- if KGZdist <= 2:
- act 'Strike <<$KGZweapona>>':
- cls
- dynamic $KGZfizatk
- act 'Further': gt $curloc
- end
- else
- act 'Wait':
- cls
- KGZdist -= 1
- gt $curloc
- end
- act 'Go to meet the dead':
- cls
- KGZdist -= 2
- gt $curloc
- end
- act 'Scoot':
- cls
- if KGZdead >= 10:
- KGZdist -= 5
- 'Dead too much and they surrounded you, you can not escape.'
- act 'Fuck!': gt $curloc
- else
- KGZdedrandrun = RAND(0,1)
- if KGZdedrandrun = 0:
- KGZbatl = 1
- 'You managed to escape from the dead.'
- act 'Leave': gt 'KGZgame'
- end
- if KGZdedrandrun = 1:
- KGZdist -= 5
- KGZdead += RAND(KGZdead, KGZdead * 5)
- 'You have stumbled upon other dead and now you have to fight with a lot of dead.'
- act 'Fuck!': gt $curloc
- end
- end
- end
- end
- =======
- if KGZdist<=2:
- act 'hit <<$KGZweapona>>':
- cls
- dynamic $KGZfizatk
- act 'further':gt $curloc
- end
- else
- act 'wait':
- cls
- KGZdist-=1
- gt $curloc
- end
-
- act 'Go to meet the dead':
- cls
- KGZdist-=2
- gt $curloc
- end
-
- act 'Take_To_One`S_Legs':
- cls
- if KGZdead>=10:
- KGZdist-=5
- 'Dead too much and they surrounded you, You can not escape.'
- act 'your mother!':gt $curloc
- else
- KGZdedrandrun=RAND(0,1)
- if KGZdedrandrun=0:
- KGZbatl=1
- 'You managed to escape from the dead.'
- act 'Get_Away':gt'KGZgame'
- end
- if KGZdedrandrun=1:
- KGZdist-=5
- KGZdead+=RAND(KGZdead,KGZdead*5)
- 'You stumbled on the other dead and now you have to fight with a lot of dead people.'
- act 'your mother!':gt $curloc
- end
- end
- end
- end
- >>>>>>> 436_KGZfight
- --- KGZfight ---------------------------------
|