Chamber: Difference between revisions
Jump to navigation
Jump to search
imported>Bale added code sample |
imported>StDoodle mNo edit summary |
||
Line 27: | Line 27: | ||
}}| | }}| | ||
see_also={{SeeAlso|entryway|guardians|hedgemaze|tavern}}| | |||
cli_equiv=The CLI command "chamber" does the doors as well as adventuring through the shadow & NS.| | cli_equiv=The CLI command "chamber" does the doors as well as adventuring through the shadow & NS.| | ||
}} | }} |
Revision as of 16:16, 10 March 2010
Function Syntax
boolean chamber()
Attempts to complete the heavy and light doors section of the NS Chamber and reports its success.
Code Sample
Solve the door puzzle to fight your shadow.
if(chamber())
print("Those doors told the truth, lied and growled at you, but you figured out the code.");
else print("You cannot open the door to the NS at this time.");
CLI Equivalent
The CLI command "chamber" does the doors as well as adventuring through the shadow & NS.
See Also
Attention KoLmafia Experts!
We need your help; some details of this function's operation are unknown or unclear.
The following specific questions have been raised:
- How much of the chamber does this function handle? I assume just the doors; please advise.
- Don't know what the CLI command actually handles, either.