123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- # Club2
- menu_off = 1
- if $ARGS[0] =
- *clr & cla
- gs
- gs
- gs
-
- *nl
-
-
-
- act
- act
- *clr & cla
- if TQuest = 1:TQuest = 2
- guy += 1
- pcs_throat += 1
-
- *nl
-
-
- gs
- gs
- act
- *clr & cla
-
- *nl
-
-
- gs
- gs
-
- act
- *clr & cla
- swallow += 1
- spafinloc = 12
- gs
- money += 1000
-
- *nl
-
-
- gs
- gs
-
- act
- end
- act
- cla
- spafinloc = 11
- gs
- money += 500
-
- *nl
-
-
- gs
- gs
-
- act
- end
- end
- end
- end
- if $ARGS[0] =
- *clr & cla
- gs
-
-
- gs
- gs
- act
- act
- cla
- TQuest = 1
- if pcs_inhib < 40:inhib_exp += rand(1,3)
- money += 500
- gs
-
- *nl
-
-
-
- $orgasm_or =
- gs
- gs
- gs
-
- act
- end
- end
- if $ARGS[0] =
- *clr & cla
-
-
- act
- act
- *clr & cla
- slutiness += 10
-
- *nl
-
-
-
- gs
- gs
- minut -= 10
- gs
-
- act
- *clr & cla
-
- *nl
-
-
- gs
- gs
-
- act
- *clr & cla
-
- *nl
-
-
-
- gs
- gs
-
- act
- *clr & cla
-
- *nl
-
-
-
- gs
-
- if rand(1, 100) > pcs_horny:
- pcs_horny += 10 &
- $orgasm_or =
- else
- pcs_horny = 0 &
- $orgasm_or =
- end
- gs
- act
- cla
- money += 2000
- TQuest = 3
-
-
- guy += 2
- swallow += 2
- gs
- gs
- spafinloc = 12
- gs
- gs
- gs
- spafinloc = 12
- gs
- gs
- gs
-
- if pornstudio = 0:
- act
- pornstudio = 2
-
- act
- end
- else
- act
- end
- end
- end
- end
- end
- end
- end
- --- Club2 ---------------------------------
|