1234567891011121314151617 |
- # phone_selfies_popup
- !! This is used to create a popup that shows the enlarged selfie
- !! show uses $phone_loc to determine where the picture is located
- if $ARGS[0] = 'show':
- msg '<img src="images/pc/selfies/<<$phone_loc>>/<<$ARGS[1]>>/<<$ARGS[2]>>.jpg">'
- end
- !! show2 passes the location and image number
- if $ARGS[0] = 'show2':
- msg '<img src="<<$ARGS[1]>><<$ARGS[2]>>.jpg">'
- end
- --- phone_selfies_popup ---------------------------------
|