Non-combat queue

fredg1

Member
Rather straight-forward title: does KoLmafia take notes of your NC queue for each zone, and if so, how to access it?
 

zarqon

Well-known member
In ASH, locations have a noncombat_queue field. The easy way to see this and a bunch of other stuff for your current location is by typing this in the CLI:

Code:
ash my_location()

The way to access a specific location's NC queue is:

PHP:
$location[The Primordial Soup].noncombat_queue   // replace 'Primordial Soup' with any location name
 

lostcalpolydude

Developer
Staff member
That won't be accurate all the time though. Superlikelies are added there even though they should not be. Choice adventures that don't take a turn are added there even though they should not be. I doubt those will be fixed any time soon though.
 
Top