phone_selfies.qsrc 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # phone_selfies
  2. if $ARGS[0] = 'selfies':
  3. menu_off = 0
  4. gs 'telefon', 'Phone_selfie_totals'
  5. *clr & cla
  6. !!These variables determine which selfietypes need to be checked
  7. clovar = 1
  8. undvar = 1
  9. nudvar = 1
  10. !!This variable will switch to bikini for beach selfies
  11. $undname = 'underwear'
  12. $undnamecap = 'Underwear'
  13. '<center><h4><font color="maroon">Selfie overview</font></h4></center>'
  14. *nl
  15. !!default images that are used in any location not set
  16. if phone_selfie[1] = 1:'<a href="exec:view''images/system/phone/selfie/phone_selfie1.jpg''"><b>Selfie number1</b></a>'
  17. if phone_selfie[2] = 1:'<a href="exec:view''images/system/phone/selfie/phone_selfie2.jpg''"><b>Selfie number2</b></a>'
  18. '<a href="exec:gt ''phone_selfies'', ''bathroom''">Bathroom selfies</a>'
  19. '<a href="exec:gt ''phone_selfies'', ''bedroom''">Bedroom selfies</a>'
  20. '<a href="exec:gt ''phone_selfies'', ''kitchen''">Kitchen selfies</a>'
  21. '<a href="exec:gt ''phone_selfies'', ''livingroom''">Livingroom selfies</a>'
  22. '<a href="exec:gt ''phone_selfies'', ''changingroom''">Changingroom selfies</a>'
  23. '<a href="exec:gt ''phone_selfies'', ''park''">Park selfies</a>'
  24. '<a href="exec:gt ''phone_selfies'', ''lockerroom''">Lockerroom selfies</a>'
  25. '<a href="exec:gt ''phone_selfies'', ''beach''">Beach selfies</a>'
  26. !gt $loc, $metka
  27. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  28. end
  29. if $ARGS[0] = 'listretrieve':
  30. !!Loop for clothed selfies, dynamics set variables as mixing them in loop instructions is bad
  31. if clovar = 1:
  32. '<center><b>Clothed selfies</b></center>'
  33. *nl
  34. temp_clocnt = 1
  35. dynamic 'temp_loop = <<$phone_loc>>_cloloop'
  36. dynamic 'temp_total = <<$phone_loc>>_clotot'
  37. :temp_loop
  38. !!setting value to unmixed variable so it can be checked in the if below
  39. dynamic '$phone_locval = <<$phone_loc>>_closelfie[<<temp_clocnt>>]'
  40. !!if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg''"><b>Selfie #<<temp_clocnt>></b></a>'
  41. if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg" height="150" /></a> '
  42. temp_clocnt += 1
  43. if temp_clocnt <= temp_total: jump'temp_loop'
  44. end
  45. !!loop for underwear selfies
  46. if undvar = 1:
  47. '<center><b><<$undnamecap>> selfies</b></center>'
  48. *nl
  49. temp_undcnt = 1
  50. dynamic 'temp_loop1 = <<$phone_loc>>_undloop'
  51. dynamic 'temp_total = <<$phone_loc>>_undtot'
  52. :temp_loop1
  53. dynamic '$phone_locval = <<$phone_loc>>_undselfie[<<temp_undcnt>>]'
  54. !!if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/<<$undname>>/<<temp_undcnt>>.jpg''"><b>Selfie #<<temp_undcnt>></b></a>'
  55. if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/<<$undname>>/<<temp_undcnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/<<$undname>>/<<temp_undcnt>>.jpg" height="150" /></a> '
  56. temp_undcnt += 1
  57. if temp_undcnt <= temp_total: jump'temp_loop1'
  58. end
  59. !!loop for nude selfies
  60. if nudvar = 1:
  61. '<center><b>Nude selfies</b></center>'
  62. *nl
  63. temp_nudcnt = 1
  64. dynamic 'temp_loop2 = <<$phone_loc>>_nudloop'
  65. dynamic 'temp_total = <<$phone_loc>>_nudtot'
  66. :temp_loop2
  67. dynamic '$phone_locval = <<$phone_loc>>_nudselfie[<<temp_nudcnt>>]'
  68. !!if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg''"><b>Selfie #<<temp_nudcnt>></b></a>'
  69. if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg" height="150" /></a> '
  70. temp_nudcnt += 1
  71. if temp_nudcnt <= temp_total: jump'temp_loop2'
  72. end
  73. end
  74. if $ARGS[0] = 'bathroom':
  75. '<center><h4><font color="maroon">Bathroom selfies</font></h4></center>'
  76. $phone_loc = 'bathroom'
  77. *nl
  78. gs 'phone_selfies', 'listretrieve'
  79. act 'Back': gt 'phone_selfies', 'selfies'
  80. !gt $loc, $metka
  81. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  82. end
  83. if $ARGS[0] = 'bedroom':
  84. '<center><h4><font color="maroon">Bedroom selfies</font></h4></center>'
  85. $phone_loc = 'bedroom'
  86. *nl
  87. gs 'phone_selfies', 'listretrieve'
  88. act 'Back': gt 'phone_selfies', 'selfies'
  89. !gt $loc, $metka
  90. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  91. end
  92. if $ARGS[0] = 'kitchen':
  93. '<center><h4><font color="maroon">Kitchen selfies</font></h4></center>'
  94. $phone_loc = 'kitchen'
  95. *nl
  96. gs 'phone_selfies', 'listretrieve'
  97. act 'Back': gt 'phone_selfies', 'selfies'
  98. !gt $loc, $metka
  99. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  100. end
  101. if $ARGS[0] = 'livingroom':
  102. '<center><h4><font color="maroon">Livingroom selfies</font></h4></center>'
  103. $phone_loc = 'livingroom'
  104. *nl
  105. gs 'phone_selfies', 'listretrieve'
  106. act 'Back': gt 'phone_selfies', 'selfies'
  107. !gt $loc, $metka
  108. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  109. end
  110. if $ARGS[0] = 'changingroom':
  111. '<center><h4><font color="maroon">Changingroom selfies</font></h4></center>'
  112. $phone_loc = 'changingroom'
  113. *nl
  114. gs 'phone_selfies', 'listretrieve'
  115. act 'Back': gt 'phone_selfies', 'selfies'
  116. !gt $loc, $metka
  117. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  118. end
  119. if $ARGS[0] = 'park':
  120. '<center><h4><font color="maroon">Park selfies</font></h4></center>'
  121. $phone_loc = 'park'
  122. *nl
  123. gs 'phone_selfies', 'listretrieve'
  124. act 'Back': gt 'phone_selfies', 'selfies'
  125. !gt $loc, $metka
  126. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  127. end
  128. if $ARGS[0] = 'lockerroom':
  129. '<center><h4><font color="maroon">Lockerroom selfies</font></h4></center>'
  130. $phone_loc = 'lockerroom'
  131. *nl
  132. gs 'phone_selfies', 'listretrieve'
  133. act 'Back': gt 'phone_selfies', 'selfies'
  134. !gt $loc, $metka
  135. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  136. end
  137. if $ARGS[0] = 'beach':
  138. '<center><h4><font color="maroon">Beach selfies</font></h4></center>'
  139. $phone_loc = 'beach'
  140. clovar = 0
  141. $undname = 'bikini'
  142. $undnamecap = 'Bikini'
  143. *nl
  144. gs 'phone_selfies', 'listretrieve'
  145. act 'Back': gt 'phone_selfies', 'selfies'
  146. !gt $loc, $metka
  147. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  148. end
  149. --- phone_selfies ---------------------------------