_pube_image.qsrc 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. # $pube_image
  2. !!use with - <img <<$set_imgh>> src="<<FUNC(''$pube_image'')>>">
  3. !! Expanded use that can call specific lengths, colours and styles (for shave menu):
  4. !! func('$pube_image', [pube length], [pube colour num], [pube style])
  5. $RESULT = 'images/pc/body/pussy/'
  6. if ARGS[0] ! 0: temp_pubes = ARGS[0] else temp_pubes = pcs_pubes
  7. if ARGS[1] ! 0: temp_pubecol = ARGS[1] else temp_pubecol = pcs_pubecol[2]
  8. if ARGS[2] ! 0: temp_pubestyle = ARGS[2] else temp_pubestyle = pubestyle
  9. if $ARGS[0] = 0 and lashair = 0:
  10. if temp_pubes <= 3:
  11. $RESULT += 'hair/pussy'
  12. elseif temp_pubes <= 10:
  13. $RESULT += 'hair/stubble'
  14. elseif temp_pubes <= 15:
  15. $RESULT += 'hair/very_short'
  16. elseif temp_pubes <= 25:
  17. if temp_pubestyle = 2:
  18. $RESULT += 'shave/v1'
  19. elseif temp_pubestyle = 3:
  20. $RESULT += 'shave/triangle1'
  21. elseif temp_pubestyle = 4:
  22. $RESULT += 'shave/landing1'
  23. elseif temp_pubestyle = 5:
  24. $RESULT += 'shave/heart1'
  25. elseif temp_pubestyle = 6:
  26. if temp_pubecol = 0:
  27. $RESULT += 'shave/flame1'
  28. elseif temp_pubecol = 1:
  29. $RESULT += 'shave/brunette_flame'
  30. elseif temp_pubecol = 2:
  31. $RESULT += 'shave/ginger_flame'
  32. elseif temp_pubecol = 3:
  33. $RESULT += 'shave/blonde_flame'
  34. elseif temp_pubecol = 4:
  35. $RESULT += 'shave/red_flame'
  36. elseif temp_pubecol = 5:
  37. $RESULT += 'shave/blue_flame'
  38. elseif temp_pubecol = 6:
  39. $RESULT += 'shave/green_flame'
  40. elseif temp_pubecol = 7:
  41. $RESULT += 'shave/pink_flame'
  42. elseif temp_pubecol = 8:
  43. $RESULT += 'shave/purple_flame'
  44. end
  45. elseif temp_pubestyle = 7:
  46. if temp_pubecol = 0:
  47. $RESULT += 'shave/cross1'
  48. elseif temp_pubecol = 1:
  49. $RESULT += 'shave/brunette_cross'
  50. elseif temp_pubecol = 2:
  51. $RESULT += 'shave/ginger_cross'
  52. elseif temp_pubecol = 3:
  53. $RESULT += 'shave/blonde_cross'
  54. elseif temp_pubecol = 4:
  55. $RESULT += 'shave/red_cross'
  56. elseif temp_pubecol = 5:
  57. $RESULT += 'shave/blue_cross'
  58. elseif temp_pubecol = 6:
  59. $RESULT += 'shave/green_cross'
  60. elseif temp_pubecol = 7:
  61. $RESULT += 'shave/pink_cross'
  62. elseif temp_pubecol = 8:
  63. $RESULT += 'shave/purple_cross'
  64. end
  65. elseif temp_pubestyle = 8:
  66. $RESULT += 'shave/s_bush1'
  67. elseif temp_pubestyle = 12:
  68. $RESULT += 'shave/mb'
  69. elseif temp_pubestyle = 13:
  70. if temp_pubecol = 0:
  71. $RESULT += 'shave/bstrip'
  72. elseif temp_pubecol = 1:
  73. $RESULT += 'shave/brunette_bstrip'
  74. elseif temp_pubecol = 2:
  75. $RESULT += 'shave/ginger_bstrip'
  76. elseif temp_pubecol = 3:
  77. $RESULT += 'shave/blonde_bstrip'
  78. elseif temp_pubecol = 4:
  79. $RESULT += 'shave/red_bstrip'
  80. elseif temp_pubecol = 5:
  81. $RESULT += 'shave/blue_bstrip'
  82. elseif temp_pubecol = 6:
  83. $RESULT += 'shave/green_bstrip'
  84. elseif temp_pubecol = 7:
  85. $RESULT += 'shave/pink_bstrip'
  86. elseif temp_pubecol = 8:
  87. $RESULT += 'shave/purple_bstrip'
  88. end
  89. elseif temp_pubestyle = 14:
  90. $RESULT += 'shave/rectangle'
  91. else
  92. if temp_pubecol = 0:
  93. $RESULT += 'hair/black_small'
  94. elseif temp_pubecol = 1:
  95. $RESULT += 'hair/brunette_small'
  96. elseif temp_pubecol = 2:
  97. $RESULT += 'hair/ginger_small'
  98. elseif temp_pubecol = 3:
  99. $RESULT += 'hair/blonde_small'
  100. elseif temp_pubecol = 4:
  101. $RESULT += 'hair/red'
  102. elseif temp_pubecol = 5:
  103. $RESULT += 'hair/blue'
  104. elseif temp_pubecol = 6:
  105. $RESULT += 'hair/green'
  106. elseif temp_pubecol = 7:
  107. $RESULT += 'hair/pink'
  108. elseif temp_pubecol = 8:
  109. $RESULT += 'hair/purple'
  110. end
  111. end
  112. elseif temp_pubes <= 35:
  113. if temp_pubecol = 0:
  114. $RESULT += 'hair/black_mid'
  115. elseif temp_pubecol = 1:
  116. $RESULT += 'hair/brunette_mid'
  117. elseif temp_pubecol = 2:
  118. $RESULT += 'hair/ginger_mid'
  119. elseif temp_pubecol = 3:
  120. $RESULT += 'hair/blonde_mid'
  121. elseif temp_pubecol = 4:
  122. $RESULT += 'hair/red'
  123. elseif temp_pubecol = 5:
  124. $RESULT += 'hair/blue'
  125. elseif temp_pubecol = 6:
  126. $RESULT += 'hair/green'
  127. elseif temp_pubecol = 7:
  128. $RESULT += 'hair/pink'
  129. elseif temp_pubecol = 8:
  130. $RESULT += 'hair/purple'
  131. end
  132. else
  133. if temp_pubecol = 0:
  134. $RESULT += 'hair/black_full'
  135. elseif temp_pubecol = 1:
  136. $RESULT += 'hair/brunette_full'
  137. elseif temp_pubecol = 2:
  138. $RESULT += 'hair/ginger_full'
  139. elseif temp_pubecol = 3:
  140. $RESULT += 'hair/blonde_full'
  141. elseif temp_pubecol = 4:
  142. $RESULT += 'hair/red'
  143. elseif temp_pubecol = 5:
  144. $RESULT += 'hair/blue'
  145. elseif temp_pubecol = 6:
  146. $RESULT += 'hair/green'
  147. elseif temp_pubecol = 7:
  148. $RESULT += 'hair/pink'
  149. elseif temp_pubecol = 8:
  150. $RESULT += 'hair/purple'
  151. end
  152. end
  153. else
  154. $RESULT += 'hair/pussy'
  155. end
  156. killvar 'temp_pubes' & killvar 'temp_pubecol' & killvar 'temp_pubestyle'
  157. $RESULT += '.jpg'
  158. --- $pube_image ---------------------------------