That would be
Code:
visit_url("place.php?whichplace=orc_chasm&action=bridge0");
but with the recent updates, you can just do
Code:
buffer page;
if (get_property("lastChasmReset").to_int() != my_ascensions()) page = visit_url("place.php?whichplace=orc_chasm");
page = visit_url("place.php?whichplace=orc_chasm&action=bridge"+(get_property("chasmBridgeProgress").to_int()));
Line 1 and 2 are for updating the chasmBridgeProgress if you haven't checked it yet this ascension, the third line should visit the bridge if you haven't finished it... This is ripped from the Level 9 Rinn script I've been working on getting updated...