123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- # albdin
- temp = rand(0, 3)
- if temp = 0:
- 'Albina offers to play a video game.'
- act 'Play':
- cls
- minut += 60
- manna += 100
- willpower += 20
- react += rand(0, 1)
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
- 'You and Albina laid before a huge TV which was connected set-top box.'
- 'Albina turned on the game and you started to play with her.'
- if albsexday = daystart:
- act 'Rest':gt $curloc
- else
- 'Albina winking at you "<<$name>>, and let''s play on the desire, if I win, I''ll do something with you, and if you win, you can do with me anything"'
- act 'Refuse':gt $curloc
- act 'Bring it on':
- cls
- albsexday = daystart
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
- temp = rand(1, 100)
- if react >= 75 and temp >= 40:
- albplay = 1
- elseif react >= 50 and temp >= 50:
- albplay = 1
- elseif react >= 25 and temp >= 75:
- albplay = 1
- else
- albplay = 0
- end
- if albplay = 0:
- 'Albina easily beat you and laughing as the villain of the vaudeville slapped you on the ass palm "Arise cancer <<$name>>! Be my bitch."'
- if rand(0, 1) = 0:
- act 'Get on all fours':
- cls
- albsexday = daystart
- minut += 15
- $boy = 'Albina'
- if vagina < 10:dick = 10
- if vagina >= 10:dick = vagina + 5
- if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
- lesbian += 1
- straponVagPass += 1
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/strapon.jpg"></center>'
- 'Albina took <<dick>> inch strap-on harness and attach it to yourself. Her hands stroked gently between your legs and you feel as her fingers began to caress your pussy.'
- gs 'dinsex2', 'd_strapon_vag'
- act 'Rest':gt $curloc
- end
- else
- act 'Get on all fours':
- cls
- albsexday = daystart
- minut += 15
- $boy = 'Albina'
- if anus < 10:dick = 10
- if anus >= 10:dick = anus+2
- if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
- lesbian += 1
- straponAnalPass += 1
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/analstrapon.jpg"></center>'
- 'Albina took <<dick>> inch strap-on harness and attach it to yourself. Her hands stroked gently between your legs and you feel as her fingers began to caress your anus.'
- gs 'dinsex2', 'd_strapon_anal'
- act 'Rest':gt $curloc
- end
- end
- else
- 'Albina purged you, and silently slipped into the hands of you strap. "On, Bey do not regret Chapaya."'
- act 'Put Albina on all fours and fuck her pussy':
- cls
- albsexday = daystart
- minut += 15
- if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
- lesbian += 1
- straponVagAkt += 1
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/straponakt.jpg"></center>'
- 'You started to peck Albina threesome pussy and she moaned and spit on his back strapon, Finally you''re just tired and stopped.'
- act 'Rest':gt $curloc
- end
- act 'Put Albina on all fours and fuck her ass':
- cls
- albsexday = daystart
- minut += 15
- if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
- lesbian += 1
- straponVagAkt += 1
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/straponaktanal.jpg"></center>'
- 'You started to peck Albina threesome in the ass and she moaned and spit on his back strapon, Finally you''re just tired and stopped.'
- act 'Rest':gt $curloc
- end
- end
- end
- end
- end
- elseif temp = 1:
- 'Albina offers with her fun trying on dresses.'
- act 'Trying on clothes':
- cls
- minut += 60
- manna += 100
- willpower += 20
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/dressing.jpg"></center>'
- 'You and Albina opened her huge wardrobe and began to dig into the fun rags. She was just a bottomless closet packed with a wide range of clothing and you have an hour together trying on different outfits with Albina.'
- if albsexday ! daystart:
- act 'Rest':gt $curloc
- elseif albsexday = daystart:
- act 'Rest':gt $curloc
- end
- end
- elseif temp = 2:
- 'Albina offers chat.'
- act 'Chat':
- cls
- minut += 60
- manna += 100
- willpower += 20
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
- ''
- if albsexday ! daystart:
- act 'Rest':gt $curloc
- elseif albsexday = daystart:
- act 'Rest':gt $curloc
- end
- end
- elseif temp = 3:
- 'Albina offers a glass of wine.'
- act 'Drink wine':
- cls
- minut += 60
- manna += 100
- willpower += 20
- alko += 4
- gs 'stat'
- '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
- ''
- if albsexday ! daystart:
- act 'Rest':gt $curloc
- elseif albsexday = daystart:
- act 'Rest':gt $curloc
- end
- end
- end
- --- albdin ---------------------------------
|