# phone_selfies_popup !! This is used to create a popup that shows the enlarged selfie !! $ARGS[1] = Location where the selfie is taken !! $ARGS[2] = State of dress in the selfie !! ARGS[3] = is the index of the location in $selfieLoc[] and $selfieFilePrefix !! ARGS[4] = the selfie number if $ARGS[0] = 'set_selfie': $result = ' ' end if $ARGS[0] = 'show': if temp_suppress_other_selfies = 0: if usePopUps = 1: msg '' else view 'images/pc/activities/phone/selfies/<<$ARGS[1]>>/<<$ARGS[2]>>/<<$selfieFilePrefix[ARGS[3]]>><>.jpg' end else killvar 'temp_suppres_other_selfies' $selfie_last_chosen['location'] = $ARGS[1] $selfie_last_chosen['type'] = $ARGS[2] killvar 'temp_suppress_other_selfies' gt $temp_ssh_ret_loc, $temp_ssh_ret_arg, 'images/pc/activities/phone/selfies/<<$ARGS[1]>>/<<$ARGS[2]>>/<<$selfieFilePrefix[ARGS[3]]>><>.jpg', $ARGS[1], $ARGS[2] end end if $ARGS[0] = 'set_selfie2': $result = '' end if $ARGS[0] = 'show2': if usePopUps = 1: msg '' else view '<$ARGS[1]>><>.jpg' end end --- phone_selfies_popup ---------------------------------