Feature Automatically run_choice(1) for the NC Under the Sea

Fart Scauce

New member
Since the NC Under the Sea (1564) happens right after Valhalla, it fights with the post ascension script. So even if the NC is covered by a choice adventure script or the preference, it just wouldn't run and requires manual intervention even though there is only 1 choice... Only an issue that happens with looping :)
 
Having researched this a bit, the underlying issue seems to be that start-of-ascension NCs don't get automated (via choiceAdventure#### or choiceAdventureScript), even if the ascension is initiated via script. I think this has to do with the NCs being a redirect from the first visit to main.php, rather than a direct result of the ascension request.

A viable workaround is for the script that initiates the ascension to also visit_url("main.php"); and handle the choice, at which point post-ascension actions occur (including running any postAscensionScript).
 
Back
Top