123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- # mod_public_WC_rab_Mayster4
- if $ARGS[0] = 'start':
- menu_off = 0
- $location_type = 'secluded'
- *clr & cla
- dick = 17
- npc_dick[$npclastgenerated] = dick
- gs 'npcgeneratec', 0, 'Vania', 33
- $boy[0] = $npclastgenerated
- $boydesc[0] = $npc_usedname[$npclastgenerated]
- gs 'boyStat', $npclastgenerated
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
- Cumsluttrain = 1
- '"Ok, this is an easy one train"'
- '"You just need to eat food"'
- minut += 5
- gs 'stat'
- act 'wait':
- *clr & cla
- '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
- 'Vania puts some food on the table in front of me.'
- 'Then he strats to strock his dick'
- 'In a short time he flooded everything with his cum.'
- 'With wide grin Vania says "Bon appetite, Betsi!"'
- gs 'arousal', 'voyeur', 10, 'sub'
- gs 'stat'
- act 'eat the main dish':
- *clr & cla
- minut += rand(60,90)
- if bimbolevel >= 2:
- pcs_mood += 40
- 'Owww, yamy it''s good one!'
- end
- pcs_mood -= 20
- spafinloc = 12
- gs 'cum_manage'
- swallow += 1
- gs 'stat'
- pcs_health += 10
- fat += 3
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 30
- end
- '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/food/food ('+rand(1,4)+').jpg"></center>'
- act 'eat the dessert':
- *clr & cla
- minut += rand(10,30)
- if bimbolevel >= 2:
- pcs_mood += 40
- 'Owww, yamy it''s good one and really tasty!!'
- end
- pcs_mood -= 20
- spafinloc = 12
- gs 'cum_manage'
- swallow += 1
- gs 'stat'
- pcs_health += 10
- fat += 3
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 30
- end
- if rand (1,7) >= 6:
- '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/food/sweet/sweetv ('+rand(1,2)+').mp4"></video></center>'
- else
- '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/sweet/sweet ('+rand(1,5)+').jpg"></center>'
- end
- act 'end with a great coffe.':
- *clr & cla
- minut += rand(2,10)
- if bimbolevel >= 2:
- pcs_mood += 40
- 'Owww, yamy it''s good one and really tasty!!'
- end
- pcs_mood -= 20
- spafinloc = 12
- gs 'cum_manage'
- swallow += 1
- gs 'stat'
- pcs_health += 10
- fat += 3
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 30
- end
- '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/tea/tea ('+rand(1,4)+').jpg"></center>'
- act 'Thank you master':
- cla
- vurok += rand(0,1)
- VaniaMayster += 1
- vlove += 1
- '"Nice work, Betsi."'
- '"The lesson is end"'
- pcs_mood += rand(0,20)
- gs 'stat'
- '"Betsi sit here..."'
- ztemp = rand(1,2)
- act 'sit and wait': gt 'mod_public_WC_rab_Mayster', 'end'
- end
- act 'wait':
- cla
- vurok += rand(0,1)
- '"Nice work, Betsi."'
- '"The lesson is end"'
- pcs_mood += rand(0,20)
- gs 'stat'
- '"Betsi sit here..."'
- ztemp = 4
- act 'sit and wait': gt 'mod_public_WC_rab_Mayster', 'end'
- end
- end
- end
- end
- end
- end
- --- mod_public_WC_rab_Mayster4 ---------------------------------
|