123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- # backwater
- $location_type =
- $loc =
- $loc_arg =
- $menu_loc =
- $menu_arg =
- menu_off = 0
- gs
- cls
- gs
- clothesAtLocation = FUNC(
- if $ARGS[0] =
- act
- minut += 5
- hunter_refuse = 0
- gs
- gt
- end
-
- if month >= 4 and month <= 10:
- if hour >= 6 and hour < 22:
-
- else
-
- end
- else
- if hour >= 8 and hour < 18:
-
- else
-
- end
- end
- *nl
-
- *nl
- if clothesAtLocation = 1:
- if $clothingworntype =
- act
- cla
- *clr
- menu_off = 1
- noShampoo = 1
- dynamic $showerdin
- face_write = 0
- body_write = 0
- minut += 30
- pcs_mood += 10
- if willday_bath ! daystart: willday_bath = daystart & pcs_willpwr += 1
- inhib_exp += rand(1,3)
- if huntersRape = 1: huntersRape = 2
- if $pantyworntype =
-
- else
-
- end
- *nl
-
- if deodorant_on = 1: gs
- act
- end
- end
- if cumloc[11] = 1 or cumloc[12] = 1:
- act
- cla
- *clr
- menu_off = 1
- pcs_makeup = 1
- cumspclnt = 9
- gs
- cumspclnt = 13
- gs
- if pcs_sweat > 19 : pcs_sweat -= 5
- minut += 10
- if huntersRape = 1: huntersRape = 2
- gs
-
- *nl
-
- act
- end
- end
- if body_write > 0 or face_write > 0:
- act
- cla
- *clr
- menu_off = 1
- body_write = 0
- face_write = 0
- minut += 10
- gs
-
- *nl
-
- act
- end
- end
- if cumloc[6] = 1 or cumloc[7] = 1:
- act
- cla
- *clr
- menu_off = 1
- cumspclnt = 6
- gs
- minut += 10
- if huntersRape = 1: huntersRape = 2
- gs
-
- *nl
-
- act
- end
- end
- if spdirty > 0:
- act
- cla
- *clr
- menu_off = 1
- cumspclnt = 4
- gs
- if pcs_sweat < 30:
- pcs_sweat = 15 + rand(0,4)
- else
- pcs_sweat -= 10 + rand(0,4)
- end
- minut += 15
- if huntersRape = 1: huntersRape = 2
- gs
-
- *nl
-
- act
- end
- end
- if clothesAtLocation = 0:
- if $clothingworntype !
- act
- menu_off = 1
- if huntersKnowSlut > 0 or (hunters_outside = 0 and hunters_available = 0) or (hour < 7 or hour > 22) or (pcs_inhib >= 25 or exhibitionist_lvl > 1):
- cla
- *clr
- minut+=5
- gs
- if huntersRape = 1: huntersRape = 2
- if PCloSkirt > 0:
-
- else
-
- end
- gs
-
- act
- else
- cla
- *clr
-
-
- act
- end
- end
- else
-
- end
- else
- if $clothingworntype !
- act
- cla
- *clr
- menu_off = 1
- gs
-
- gt $loc, $loc_arg
- end
- elseif forced_naked_day < daystart:
- act
- cla
- *clr
- menu_off = 1
- gs
- gs
-
- gt $loc, $loc_arg
- end
- end
- end
- end
- if $ARGS[0] =
- end
- if $clothingworntype =
- cla
- *clr
- menu_off = 1
- minut += 5
- gs
-
-
-
- if clothesAtLocation = 1:
- act
- cls
- minut += 5
- gs
- gs
-
-
- act
- end
- else
- act
- cls
- minut += 1
-
-
- act
- end
- end
- act
- cls
- hunterslut += 1
- hunterknowday = day
- gs
-
-
- act
- end
- exit
- end
- if huntersRape = 2:
- cla
- *clr
- menu_off = 1
- minut += 5
- huntersRape = 3
- gs
-
-
- act
- end
- --- backwater ---------------------------------
|