Difference between revisions of "Chamber"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{RFI|How much of the chamber does this function handle? I assume just the doors; please advise.}}')
 
imported>StDoodle
Line 1: Line 1:
{{RFI|How much of the chamber does this function handle? I assume just the doors; please advise.}}
+
{{#vardefine:name|chamber}}
 +
{{#vardefine:return_type|boolean}}
 +
 
 +
{{FunctionPage|
 +
name={{#var:name}}|
 +
function_category=Adventuring|
 +
 
 +
function1={{Function|
 +
name={{#var:name}}|
 +
aggregate={{#var:aggregate}}|
 +
return_type={{#var:return_type}}|
 +
return_also={{#var:return_also}}|
 +
}}|
 +
 
 +
function_description=Attempts to complete the heavy and light doors section of the NS Chamber and reports its success.|
 +
 
 +
needscode=yes|
 +
 
 +
cli_equiv=The CLI command "chamber" does the doors as well as adventuring through the shadow & NS.|
 +
}}
 +
 
 +
 
 +
{{RFI|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.}}

Revision as of 13:09, 8 March 2010



needs(code_samples);

Function Syntax

boolean chamber()

Attempts to complete the heavy and light doors section of the NS Chamber and reports its success.

CLI Equivalent

The CLI command "chamber" does the doors as well as adventuring through the shadow & NS.



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.