hint2.qsrc 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # підказка2
  2. gs 'stat'
  3. gs 'npcgeneratec', 0, 'Customer', rand(18,40)
  4. gs 'boyStat', $npclastgenerated
  5. $boy[0] = $boy
  6. gs 'npcgeneratec', 0, 'Customer', rand(18,40)
  7. $boy[1] = $npclastgenerated
  8. if hour <= 6 or hour >= 23:
  9. act 'Continue': gt 'mod_public_WC_cabine', 'slavenight'
  10. else
  11. act 'Continue': gt 'mod_public_WC_cabine', 'slaveday'
  12. end
  13. !{$ARGS[0] is for the location and should be set for all but vaginal:
  14. 'labia' - 'pantyfront' - 'anus' - 'butt' - 'pantyrear' - 'clothesgroin' - 'clothes' - 'back' - 'legs'
  15. 'arms' - 'face' - 'mouth' - 'hands' - 'stomach' - 'breasts' - 'hair' - 'internalcondom'
  16. $ARGS[1] is for the name of the sexual partner
  17. ARGS[2] is a for knowing the partner. Defaults to 0. If this is not set to 1 the status window message will mention "some guy" instead of his name.
  18. 0 - unknown sex partner (his name may be known, but she newer saw him before, and likely won't ever again, or she won't remeber it)
  19. 1 - sex partner is known for MC (classmate, neighbor, someone she new beforehand)
  20. 2 - MC is unaware of the act (like unconscious sex)
  21. ARGS[3] is contraception, if left blank it will use the default, if you want to force a particular type:
  22. 1 - he thought you were on the pill but you weren't.
  23. 2 - you are on the Pill
  24. 3 - Condom. Condoms can still fail vy the code.
  25. 4 - the Condom Broke. This is mostly used to check if cum manage resulted in a broken condom.
  26. 5 - the Condom Slipped off. Like 4, this is mostly to check if the contraception of 3 had a failure. But both 4 and 5 can be specified if you want to write an event where it fails no matter what.
  27. 6 - the condom was Sabotaged but the main character shouldn't know that
  28. 7 - the Condom was Sabotaged by the main character.
  29. ARGS[4] is for changing the potency, -1 for unable to impregnate, default is 10,000
  30. ARGS[5] is volume, default is 40 (4ml)
  31. For a simple call you only need the first 3, ie:
  32. gs 'cum_call', 'anus', 'Kolka', 1 - for a known partner
  33. gs 'cum_call', 'anus' - for an unknown partner named "unknown", or
  34. gs 'cum_call', 'anus', 'plumber' - for an unknown partner named "plumber"}
  35. !!{For checking arousal and when applicable triggering orgasms.
  36. $ARGS[0] the action causing arousal can be when receiving any of the following:
  37. 'masturbate' - self stimulation
  38. 'porn' - viewing pornographic material
  39. 'voyeur_sex' - watching people have sex
  40. 'voyeur' - observing erotic acts or nudity
  41. 'trib' - rubbing pussy against another pussy
  42. 'massage' - rubbing your body, back, feet, etc. with their hands/arms
  43. 'cuni' - stimulation of your pussy by someones toungue
  44. 'rimming' - stimulation of your anus by someones toungue
  45. 'vaginal' 'vaginal_finger' 'vaginal_fist' 'vaginal_dildo' 'vaginal_strap' 'vaginal_vibe' - stimulation of your vagina with a penis and various others
  46. 'anal' 'anal_finger' 'anal_fist' 'anal_dildo' 'anal_strap' 'anal_vibe' - stimulation of your anus with a penis and various others
  47. 'kiss' - snogging, tonsil tennis, lip locking, etc.
  48. 'BDSM' - receiving candle wax, flogging, leash play, bondage etc
  49. 'pee' - being peed upon
  50. also when giving any of the following:
  51. 'flashlite' - flashing underwear
  52. 'flash' - flashing naked breasts/arse/vagina
  53. 'massage_give' - rubbing their body, back, feet, etc. with your hands/arms
  54. 'cuni_give' - stimulating someones pussy with your toungue
  55. 'rimming_give' - stimulating someones anus with your toungue
  56. 'vaginal_finger_give' 'vaginal_fist_give' 'vaginal_dildo_give' 'vaginal_strap_give' 'vaginal_vibe_give' - stimulating someones vagina in various ways
  57. 'anal_finger_give' 'anal_fist_give' 'anal_dildo_give' 'anal_vibe_give' 'anal_strap_give' - stimulating someones anus in various ways
  58. 'hj' - jerking a guy off with your hand
  59. 'bj' - sucking a guy off
  60. 'titjob' - using boobs to jerk off a guy
  61. 'footjob' - using feet to jerk off a guy
  62. 'BDSM_give' - giving candle wax, flogging, leash play, bondage etc
  63. 'pee_give' - peeing on somone
  64. finally
  65. 'foreplay' - receiving other stuff
  66. 'foreplay_give' - giving other stuff
  67. All acts are from Sveta''s perspective and in cases of both giving and receiving, receiving should be used.
  68. ARGS[1] for time taken in minutes - it is use partly for arousal calculation and partly for moving time ahead. If you want to calculate just the arousal and do not move time (simultaneous stimulation), use negative value.
  69. $ARGS[2] can be used for passing the name of boys dick variable .. 'dick' is default, which belong to $boy, else can be passed 'dick1' .. 'dick4' or 'dick[i]' along the boys parameters activation
  70. $ARGS[2] - [8] Are optional but can be upto 7 fetishes involved in the act and can be any of the following:
  71. 'maso' 'bound' 'beast' 'exhibitionism' 'rough' 'prostitution' 'dom' 'sub' 'incest' 'feet' 'lesbian' 'group' 'gangbang' 'humiliation' 'deepthroat' 'unknown' 'gloryhole' 'rape' 'futa'
  72. Format to use: gs 'arousal', 'act', 'duration', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish'
  73. eg: gs 'arousal', 'trib', 10, 'bound', 'sub'
  74. In this case lesbianism is automatically added, much as feet would be applied to 'footjob'
  75. Lubrication - if one of the arguments $ARGS[2] - [8] is set to 'lube', it supposes that it is used some kind of lubricant - preferably from PCs supply of lube.
  76. Unaware - if one of the arguments $ARGS[2] - [8] is set to 'unaware', Sveta is not aware of this Sexact. Sveta will never know she had Sex!
  77. The lubrication is binded with anal or vaginal action. I think that the best combo is with 'anal_finger' and 'vaginal_finger'
  78. Only call one at a time, if more required, use multiple calls
  79. You can override the orgasm to force or prevent, to do so use:
  80. $orgasm_or = 'yes' to force orgasm, it will reset in orgasm call so if you want to force it again, you have to enter it again
  81. *$orgasm_or = 'custom' to force orgasm and use custom text set as $orgasm_txt - *you can just add the text and call with 'yes' this is old method
  82. $orgasm_or = 'no' to prevent orgasm, it will remain in place until manually changed, or if end is called.
  83. $orgasm_txt is used to add custom text that will be called if Sveta orgasms in the next arousal call. It will remain until cleared or orgasm so you must clear it if not forcing orgasm and don''t want it to be used on next orgasm.
  84. }
  85. temp_anal = 0
  86. temp_unaware = 0
  87. !!orgasms restricted to direct stimulation using this flag
  88. orgasm_flag = 0
  89. ! {This file expects npctempgsex which is the desired sex of the NPC to be generated, $npctempgn[0], which is the used name of the generated NPC. Rapist or Red Headed Stranger, for example. And npctempgage, which is the approximate age of the NPC in years. Everything is then randomly generated, and you are expected to fix the generated NPC yourself with any special items you need from it after it completes running. So sex, what you call them until they introduce themselves, and age.}
  90. !! {A example to use this would be gs 'npcgeneratec', 0, 'stranger', rand(18,45) which would generate a male with a used name of stranger between 18 and 45.}
  91. !!For setting the $boy, dick and $dick_girth with a single call for a npc
  92. !!Use with a gosub and match the ARGS[0] with the correct char
  93. !!A generated NPC would be gs 'boyStat', $npclastcalled
  94. !!Other NPCs may be called either by number if they are a static NPC, or by letter and number otherwise.
  95. !!eg. "gs 'boyStat', 'A56'" would call for Roma. Likewise, "gs 'boyStat', 'A56'" also calls for Roma.
  96. !! A second argument calls for multiple partners. They are output as stats1, stats2, stats3, and stats4, for a total of 5 stats.
  97. gs 'npcgeneratec', 0, 'rapist', rand(21,55)
  98. gs 'boyStat', $npclastgenerated
  99. *clr & cla
  100. gs 'cum_call','mouth', 'black guy'
  101. gs 'boyStat', 'A217'
  102. gs 'cum_call','face',$boy, 1
  103. guy += 2
  104. slutty += 1
  105. pav_prostitute += 1
  106. !For checking pain and when applicable triggering arousal.
  107. !ARGS[0] magnitude of pain inflicted 1 is very light, 9 is the maximum value in the given way of causing pain
  108. !$ARGS[1] should equal the body part being hurt from any of the following:
  109. !BobyPart 'head', 'hair', 'ears', 'eyebrows', 'eyes', 'cheeks', 'nose', 'mouth', 'lips', 'tongue', 'throat', 'neck', 'back',
  110. !'asscheeks', 'asshole', 'hips', 'thighs', 'legL', 'legR', 'feet', 'toes', 'shoulders', 'armL', 'armR', 'handL', 'handR',
  111. !'fingers', 'chest', 'breasts', 'nipples', 'ribs', 'tummy', 'pubic', 'vaginal', 'labia', 'clitoris', 'urethra', 'cervix',
  112. !'wrists', 'ankles'
  113. !$ARGS[2] The action the participant has performed on Sveta (some of these can cause arousal if Sveta is into pain)
  114. !Acts: 'pierce', 'slap', 'spank', 'pinch', 'bite', 'burn', 'freeze', 'hit', 'kick', 'Slam', 'shock', 'bind', 'stretch'
  115. !'tear', 'break', 'twist', 'ache', 'cramp', 'labor', 'choke', 'fall', 'pull'
  116. !Format to use: gs 'pain', n, 'BobyPart', 'Act'
  117. !For pain to multiple body parts, use multiple calls
  118. DRUGS
  119. !! How to use:
  120. !! Smoking: gs 'drugs', 'smoke' (if it isn''t svetas cigarette, you have to add siga += 1)
  121. !! Joint/Weed: gs 'drugs', 'joint' (if it isn''t svetas joint, you have to add joint += 1)
  122. !! Heroin: gs 'drugs', 'heroin'
  123. !! Cocaine: gs 'drugs', 'cocaine' (if it isn''t svetas cocaine, you have to add dur += 1)
  124. !! Amphetamine: gs 'drugs', 'amphetamine' (if it isn''t svetas amphetamine, you have to add amphetamine += 1)
  125. !! Neurobooster: gs 'drugs', 'mentats' (if it isn''t svetas mentats, you have to add mentats_have += 1)
  126. !! Aphrodisiac: gs 'drugs', 'aphrodisiac' (if it isn''t svetas aphrodisiac, you have to add aphrodisiac_have += 1)
  127. !! Alcohol: gs 'drugs', 'alcohol', 'type', count
  128. !! Types: beer, champagne, moonshine, rum, scotch, vodka, wine, whiskey
  129. !! Count: Number of drinks of the chosen type sveta drinks (if the number is 1, you don''t have add the count, but it isn''t a problem if you do)
  130. !! Example 1: sveta drinks vodka gs 'drugs', 'alcohol', 'vodka' (or gs 'drugs', 'alcohol', 'vodka', 1)
  131. !! Example 2: sveta drinks 2 beer gs 'drugs', 'alcohol', 'beer', 2
  132. --- підказка2 ---------------------------------