Adventure Checking

Metraxis

Member
Greetings, all

[Assume obligatory introductory material here]

At the moment I'm looking for a more elegant way to determine whether a particular area is available or not for adventuring. I'm managing it now by using visit_url() on the containing area and looking for either the 'name=adv value=##' pair, or the appropriate 'snarfblat=##' This works fine, positively, but in those cases where I want the negative condition, its not quite 'clean' enough. So before I start writing 'boolean OpenLocation(location candidate)' I thought it prudent to check for an extant work I could use or modify.
 
Top