Here are all your best photos. You can click on them for a full view.
'
*nl
*nl
i = 1
:looplocations
if portfolio_locations[i] = 1:
*p ''
end
i += 1
if i <= ARRSIZE('portfolio_locations'):jump 'looplocations'
*nl
i = 1
:looppeople
if portfolio_people[i] = 1:
*p ''
end
i += 1
if i <= ARRSIZE('portfolio_people'):jump 'looppeople'
act 'Return': gt 'journal', 'records'
act 'Put your journal down': gt $menu_loc, $menu_arg
end
if $args[0] = 'image_view':
'
'
act 'Return': gt 'journal_portfolio'
end
--- journal_portfolio ---------------------------------