Revision 16399 now lets "numberology 69" actually cast the skill and handle the resulting choice. The command will not let you use a "Try Again" result, and will fail with a helpful "try again in N turns" sort of message if the result is not currently available.
I need to make sure that session logging looks good; I had a bug in today's single attempt at this and it stopped after submitting the use skill request (which correctly redirected to the choice adventure) before it submitted the choice. Fortunately, simply typing "choice.php?whichchoice=1103&option=1&num=14" (where 14 was the correct seed for result 69) into the gCLI resulted in "You gain 3 Adventures".
Also to come will be ASH support. I have the primitives all set up in NumberologyManager to make it easy, a la what NumberologyCommand does.
I also need to make sure that _universeCalculated is set appropriately in ChoiceManager, so it will work even from the Relay Browser, not just from the numberology CLI command.
I need to make sure that session logging looks good; I had a bug in today's single attempt at this and it stopped after submitting the use skill request (which correctly redirected to the choice adventure) before it submitted the choice. Fortunately, simply typing "choice.php?whichchoice=1103&option=1&num=14" (where 14 was the correct seed for result 69) into the gCLI resulted in "You gain 3 Adventures".
Also to come will be ASH support. I have the primitives all set up in NumberologyManager to make it easy, a la what NumberologyCommand does.
I also need to make sure that _universeCalculated is set appropriately in ChoiceManager, so it will work even from the Relay Browser, not just from the numberology CLI command.