# phone_selfies if $ARGS[0] = 'selfies': menu_off = 0 gs 'telefon', 'Phone_selfie_totals' *clr & cla !!These variables determine which selfietypes need to be checked clovar = 1 undvar = 1 nudvar = 1 !!This variable will switch to bikini for beach selfies $undname = 'underwear' $undnamecap = 'Underwear' '

Selfie overview

' *nl !!default images that are used in any location not set if phone_selfie[1] = 1:'Selfie number1' if phone_selfie[2] = 1:'Selfie number2' 'Bathroom selfies' 'Bedroom selfies' 'Kitchen selfies' 'Livingroom selfies' 'Changingroom selfies' 'Park selfies' 'Lockerroom selfies' 'Beach selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'listretrieve': !!Loop for clothed selfies, dynamics set variables as mixing them in loop instructions is bad if clovar = 1: '
Clothed selfies
' *nl temp_clocnt = 1 dynamic 'temp_loop = <<$phone_loc>>_cloloop' dynamic 'temp_total = <<$phone_loc>>_clotot' :temp_loop !!setting value to unmixed variable so it can be checked in the if below dynamic '$phone_locval = <<$phone_loc>>_closelfie[<>]' !!if $phone_locval = 1: *p 'Selfie #<>' if $phone_locval = 1: *p ' ' temp_clocnt += 1 if temp_clocnt <= temp_total: jump'temp_loop' end !!loop for underwear selfies if undvar = 1: '
<<$undnamecap>> selfies
' *nl temp_undcnt = 1 dynamic 'temp_loop1 = <<$phone_loc>>_undloop' dynamic 'temp_total = <<$phone_loc>>_undtot' :temp_loop1 dynamic '$phone_locval = <<$phone_loc>>_undselfie[<>]' !!if $phone_locval = 1: *p 'Selfie #<>' if $phone_locval = 1: *p ' ' temp_undcnt += 1 if temp_undcnt <= temp_total: jump'temp_loop1' end !!loop for nude selfies if nudvar = 1: '
Nude selfies
' *nl temp_nudcnt = 1 dynamic 'temp_loop2 = <<$phone_loc>>_nudloop' dynamic 'temp_total = <<$phone_loc>>_nudtot' :temp_loop2 dynamic '$phone_locval = <<$phone_loc>>_nudselfie[<>]' !!if $phone_locval = 1: *p 'Selfie #<>' if $phone_locval = 1: *p ' ' temp_nudcnt += 1 if temp_nudcnt <= temp_total: jump'temp_loop2' end end if $ARGS[0] = 'bathroom': '

Bathroom selfies

' $phone_loc = 'bathroom' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'bedroom': '

Bedroom selfies

' $phone_loc = 'bedroom' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'kitchen': '

Kitchen selfies

' $phone_loc = 'kitchen' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'livingroom': '

Livingroom selfies

' $phone_loc = 'livingroom' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'changingroom': '

Changingroom selfies

' $phone_loc = 'changingroom' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'park': '

Park selfies

' $phone_loc = 'park' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'lockerroom': '

Lockerroom selfies

' $phone_loc = 'lockerroom' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end if $ARGS[0] = 'beach': '

Beach selfies

' $phone_loc = 'beach' clovar = 0 $undname = 'bikini' $undnamecap = 'Bikini' *nl gs 'phone_selfies', 'listretrieve' act 'Back': gt 'phone_selfies', 'selfies' !gt $loc, $metka act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>' end --- phone_selfies ---------------------------------