costuming_outfits1.qsrc 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # costuming_outfits1
  2. if $ARGS[0] = 'start':
  3. if acting['costume_unique'] = 1:
  4. !! ----- extra roles -------------------
  5. if $acting['role'] = 'Spring Break Flasher': gs 'costuming_outfits', 'SpringBreakFlasher'
  6. !! if $acting['role'] = 'Vera': gs 'costuming_outfits', 'HotBartender'
  7. !! if $acting['role'] = 'Vera': gs 'costuming_outfits', 'HotBartender'
  8. !! if $acting['role'] = 'Vera': gs 'costuming_outfits', 'HotBartender'
  9. !! ----- minor roles ------------------
  10. if $acting['role'] = 'Diner Waitress': gs 'costuming_outfits', 'DinerWaitress'
  11. if $acting['role'] = 'Slutty Club Girl': gs 'costuming_outfits', 'SluttyClubGirl'
  12. if $acting['role'] = 'Vera': gs 'costuming_outfits', 'HotBartender'
  13. else
  14. !! if there is no specific outfit assigned, player will be given a random one from a corresponding shop
  15. !! Why not use:
  16. !! gs 'clothing', 'totals', $acting['outfit_type']
  17. !! gs 'clothing', 'wear', $acting['outfit_type'], rand(1, total)
  18. if $acting['outfit_type'] = 'gm_outfits':
  19. gs 'clothing', 'wear', 'gm_outfits', rand(1, 150)
  20. 'Put you in some cheap casual clothes'
  21. elseif $acting['outfit_type'] = 'gm_dress':
  22. gs 'clothing', 'wear', 'gm_dress', rand(1,50)
  23. 'Put you in a cheap casual outfit with a skirt'
  24. elseif $acting['outfit_type'] = 'cats_outfits':
  25. gs 'clothing', 'wear', 'cats_outfits', rand(1,100)
  26. 'They give you some girly clothes to wear with tight pants that really emphasize your ass.'
  27. elseif $acting['outfit_type'] = 'cats_dress':
  28. gs 'clothing', 'wear', 'cats_dress', rand(1,110)
  29. 'They give you a girly outfit with a skirt to wear.'
  30. elseif $acting['outfit_type'] = 'coco_outfits':
  31. gs 'clothing', 'wear', 'coco_outfits', rand(1,90)
  32. 'They give you a trendy outfit to wear.'
  33. elseif $acting['outfit_type'] = 'coco_dress':
  34. gs 'clothing', 'wear', 'coco_dress', rand(1,100)
  35. 'They give you a trendy outfit with a skirt to wear.'
  36. elseif $acting['outfit_type'] = 'bomba_outfits':
  37. gs 'clothing', 'wear', 'bomba_outfits', rand(1,50)
  38. 'They give you a goth girl outfit to wear.'
  39. elseif $acting['outfit_type'] = 'bomba_dress':
  40. gs 'clothing', 'wear', 'bomba_dress', rand(1,70)
  41. 'They give you a goth girl outfit with a skirt to wear.'
  42. elseif $acting['outfit_type'] = 'dolls_outfits':
  43. gs 'clothing', 'wear', 'dolls_outfits', rand(1,50)
  44. elseif $acting['outfit_type'] = 'dolls_dress':
  45. gs 'clothing', 'wear', 'dolls_dress', rand(1,110)
  46. elseif $acting['outfit_type'] = 'eroto_outfits':
  47. gs 'clothing', 'wear', 'eroto_outfits', rand(1,100)
  48. elseif $acting['outfit_type'] = 'eroto_dress':
  49. gs 'clothing', 'wear', 'eroto_dress', rand(1,120)
  50. elseif $acting['outfit_type'] = 'flamingos_outfits':
  51. gs 'clothing', 'wear', 'flamingos_outfits', rand(1,50)
  52. elseif $acting['outfit_type'] = 'flamingos_dress':
  53. gs 'clothing', 'wear', 'flamingos_dress', rand(1,90)
  54. elseif $acting['outfit_type'] = 'moncheri_dress':
  55. gs 'clothing', 'wear', 'moncheri_dress', rand(1,80)
  56. elseif $acting['outfit_type'] = 'moncheri_gown':
  57. gs 'clothing', 'wear', 'moncheri_gown', rand(1,160)
  58. elseif $acting['outfit_type'] = 'nerdvana_outfits':
  59. gs 'clothing', 'wear', 'nerdvana_outfits', rand(1,60)
  60. elseif $acting['outfit_type'] = 'fashionista_dress':
  61. gs 'clothing', 'wear', 'bomba_outfits', rand(1,200)
  62. elseif $acting['outfit_type'] = 'danilovich_outfits':
  63. gs 'clothing', 'wear', 'bomba_outfits', rand(1,170)
  64. elseif $acting['outfit_type'] = 'salacious_outfits':
  65. gs 'clothing', 'wear', 'flamingos_outfits', rand(1,20)
  66. elseif $acting['outfit_type'] = 'salacious_dress':
  67. gs 'clothing', 'wear', 'flamingos_dress', rand(1,150)
  68. elseif $acting['outfit_type'] = 'scandalicious_outfits':
  69. gs 'clothing', 'wear', 'flamingos_outfits', rand(1,20)
  70. elseif $acting['outfit_type'] = 'scandalicious_dress':
  71. gs 'clothing', 'wear', 'flamingos_dress', rand(1,50)
  72. !!REMINDER: add swimwear
  73. end
  74. end
  75. !!{
  76. if $acting['costume_underwear'] = 'none':
  77. elseif $acting['costume_underwear'] = 'braless':
  78. if $braworntype ! 'none':
  79. gs 'bras','remove'
  80. else
  81. if $costuming['panties'] = 'fashionista':
  82. end
  83. end
  84. elseif $acting['costume_underwear'] = 'pantyless':
  85. else
  86. end
  87. }
  88. costuming['check'] = acting['scene_outfit']
  89. end
  90. !! ------------------------------------------- Extra Roles -------------------------------------------
  91. if $ARGS[0] = 'SpringBreakFlasher':
  92. gs 'clothing', 'wear', 'gm_outfits', 149
  93. gs 'bras','remove'
  94. costuming['check'] = acting['scene_outfit']
  95. if $braworntype ! 'none':
  96. 'They give you an outfit with a bright yellow top, thin enough for your nipples to poke through on a warm day. The costume notes say that you''re supposed to be braless so they take yours from you with the rest of your clothing and leave you to get into costume.'
  97. else
  98. 'They give you an outfit with a bright yellow top, thin enough for your nipples to poke through on a warm day. They take your clothing from you for safe keeping and leave you to get into costume.'
  99. end
  100. end
  101. if $ARGS[0] = 'UndressingLockerGirl':
  102. gs 'clothing', 'wear', 'danilovich_outfits', 90
  103. gs 'panties','wear', 'fashionista', 66
  104. gs 'bras','remove'
  105. costuming['check'] = acting['scene_outfit']
  106. if $braworntype ! 'none':
  107. 'They give some athletic clothes, the kind a teenage schoolgirl might wear during gym class. In addition, they give you a colorful thong to wear. The costume notes say that you''re supposed to be braless so they take yours from you with the rest of your things and leave you to get into costume.'
  108. else
  109. 'They give some athletic clothes, the kind a teenage schoolgirl might wear during gym class. In addition, they give you a colorful thong to wear. After taking your things for safe keeping, they leave you to get into costume.'
  110. end
  111. end
  112. !! ------------------------------------------- Minor Roles -------------------------------------------
  113. if $ARGS[0] = 'DinerWaitress':
  114. gs 'clothing', 'wear', 'nerdvana_outfits', 17
  115. acting['scene_makeup'] = 3
  116. costuming['check'] = acting['scene_outfit']
  117. 'They give you cheap casual clothes to put on, ones that are suitable for your role as a waitress on the midnight shift at a diner. After taking your things for safe keeping, they leave you to get into costume.'
  118. end
  119. if $ARGS[0] = 'HotBartender':
  120. if acting['scene_outfit'] = 2:
  121. gs 'clothing', 'wear', 'coco_outfits', 3
  122. acting['scene_makeup'] = 4
  123. costuming['check'] = acting['scene_outfit']
  124. elseif acting['scene_outfit'] = 3:
  125. else
  126. gs 'clothing', 'wear', 'gm_dress', 38
  127. acting['scene_makeup'] = 4
  128. costuming['check'] = acting['scene_outfit']
  129. end
  130. end
  131. if $ARGS[0] = 'SluttyClubGirl':
  132. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/costuming.jpg"></center>'
  133. if $braworntype ! 'none':
  134. gs 'bras','remove'
  135. 'They give you a thin top with spaghetti straps to wear, something that a trendy girl might wear to a club. The costume notes say that you''re supposed to be braless so they take yours from you with the rest of your clothing and leave you to get into costume.'
  136. else
  137. 'They give you a thin top with spaghetti straps to wear, something that a trendy girl might wear to a club. After taking your things for safe keeping, they leave you to get into costume.'
  138. end
  139. gs 'clothing', 'wear', 'coco_outfits', 60
  140. acting['scene_makeup'] = 4
  141. costuming['check'] = acting['scene_outfit']
  142. end
  143. --- costuming_outfits1 ---------------------------------