Chamber

From Kolmafia
Jump to navigation Jump to search

Function Syntax

boolean chamber()

Attempts to pass the six levels of the NS Tower, the door puzzle, your shadow and finally the NS's familiars. Returns true if you are ready to fight Her Naughtiness.

Code Sample

Solve the door puzzle to fight your shadow.

if(chamber())
   print("Her Naughtiness awaits!");
else print("Sadly you could not overcome all the obstacles at the tower to fight the NS at this time.");

CLI Equivalent

The CLI command "chamber" solves the exact same parts of the quest.

See Also

entryway() | guardians() | hedgemaze() | tavern()