|
@@ -158,7 +158,7 @@ if $ARGS[0] = 'retrieve_clothed_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 3: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'clothed', ARGS[1], temp_clocnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'clothed', ARGS[1], temp_clocnt) + '</td>'
|
|
|
end
|
|
|
temp_clocnt += 1
|
|
|
if temp_clocnt <= selfieClotot[ARGS[1]]: jump 'temp_loop'
|
|
@@ -182,7 +182,7 @@ elseif $ARGS[0] = 'retrieve_swim_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'bikini', ARGS[1], temp_swicnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'bikini', ARGS[1], temp_swicnt) + '</td>'
|
|
|
end
|
|
|
temp_swicnt += 1
|
|
|
if temp_swicnt <= selfieClotot[ARGS[1]]: jump 'temp_loop1'
|
|
@@ -204,7 +204,7 @@ elseif $ARGS[0] = 'retrieve_underwear_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'underwear', ARGS[1], temp_undcnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'underwear', ARGS[1], temp_undcnt) + '</td>'
|
|
|
end
|
|
|
temp_undcnt += 1
|
|
|
if temp_undcnt <= selfieUndtot[ARGS[1]]: jump 'temp_loop2'
|
|
@@ -227,7 +227,7 @@ elseif $ARGS[0] = 'retrieve_nude_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'nude', ARGS[1], temp_nudcnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'nude', ARGS[1], temp_nudcnt) + '</td>'
|
|
|
end
|
|
|
temp_nudcnt += 1
|
|
|
if temp_nudcnt <= selfieNudtot[ARGS[1]]: jump 'temp_loop3'
|
|
@@ -250,7 +250,7 @@ elseif $ARGS[0] = 'retrieve_bath_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'bath', ARGS[1], temp_bathcnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'bath', ARGS[1], temp_bathcnt) + '</td>'
|
|
|
end
|
|
|
temp_bathcnt += 1
|
|
|
if temp_bathcnt <= selfieBathtot[ARGS[1]]: jump 'temp_loop4'
|
|
@@ -273,7 +273,7 @@ elseif $ARGS[0] = 'retrieve_shower_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'shower', ARGS[1], temp_showercnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'shower', ARGS[1], temp_showercnt) + '</td>'
|
|
|
end
|
|
|
temp_showercnt += 1
|
|
|
if temp_showercnt <= selfieShowertot[ARGS[1]]: jump 'temp_loop5'
|
|
@@ -296,7 +296,7 @@ elseif $ARGS[0] = 'retrieve_titflash_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'titflash', ARGS[1], temp_flashtitscnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'titflash', ARGS[1], temp_flashtitscnt) + '</td>'
|
|
|
end
|
|
|
temp_flashtitscnt += 1
|
|
|
if temp_flashtitscnt <= selfieTitflash[ARGS[1]]: jump 'temp_loop6'
|
|
@@ -319,7 +319,7 @@ elseif $ARGS[0] = 'retrieve_assflash_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'assflash', ARGS[1], temp_flashasscnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'assflash', ARGS[1], temp_flashasscnt) + '</td>'
|
|
|
end
|
|
|
temp_flashasscnt += 1
|
|
|
if temp_flashasscnt <= selfieAssflash[ARGS[1]]: jump 'temp_loop7'
|
|
@@ -342,7 +342,7 @@ elseif $ARGS[0] = 'retrieve_pussyflash_selfies':
|
|
|
if phone_locval = 1:
|
|
|
if temp_cnum = 2: $temp_SMS_selfietext += '</tr><tr>' & temp_cnum = 0
|
|
|
temp_cnum += 1
|
|
|
- $temp_SMS_selfietext += '<td width="33%">' + func('SMS_selfies_popup', 'set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'pussyflash', ARGS[1], temp_flashpussycnt) + '</td>'
|
|
|
+ $temp_SMS_selfietext += '<td width="33%">' + func('phone_selfies_popup', 'SMS_set_selfie', $ARGS[3], ARGS[4], $ARGS[2], 'pussyflash', ARGS[1], temp_flashpussycnt) + '</td>'
|
|
|
end
|
|
|
temp_flashpussycnt += 1
|
|
|
if temp_flashpussycnt <= selfiePussyflash[ARGS[1]]: jump 'temp_loop8'
|