Finding if Mom Monkee is available

dapanda

Member
Hi Guys,

I am trying to write an aftercore script and I want to be able to check if Mom Monkee was found. I wasn't seeing anything in the quest or pref list:

http://wiki.kolmafia.us/

Would the way to do it be to check if that URL is accessible?

Thanks!
 

Bale

Minion
I'd probably check if get_property("questS02Monkees") != "unstarted" and if so, then I'd use visit_url for Mom Seamonkey's link in the castle.

Related information: _momFoodReceived tells you if you've gotten her daily buff. The cli command, mom will grant you her daily buff. You probably know these, but I cam across them while looking for the information.

I'd recommend filing a feature request to ask for a preference that momMonkeeUnlock that tells if she has been unlocked this ascension. It is weird that we have the mom command and _momFoodReceived preference without any way to tell if we can use that command without an obligatory server hit. Limiting server hits is one of the primary mission objectives of KoLmafia.


I wasn't seeing anything in the quest or pref list: http://wiki.kolmafia.us/

That list is less than complete, so I'd recommend that you use the prefref command to check for relevant preferences.
 

dapanda

Member
Thanks Darzil.

I feel kinda silly because I looked at that and thought it meant just up to Grandpa. Dad and Mom just seemed like side quests.
 
Top