Does "break", you know, break out of a loop? E.g. would this (pseudocode so as not to spoil others' contest entries) work (by which I mean, adventure until one runs out of adventures, or hits Big-Time, whichever comes first)?
while(my_adventures() > 0)
{
string visitResult =...