Take storage: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle Created page with '{{#vardefine:name|take_closet}} {{#vardefine:return_type|boolean}} {{FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name…' |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name| | {{#vardefine:name|take_storage}} | ||
{{#vardefine:return_type|boolean}} | {{#vardefine:return_type|boolean}} | ||
Revision as of 00:11, 5 March 2010
needs(code_samples);
Function Syntax
boolean take_storage(int qty ,item it )
- qty is the quantity to move
- it is the item to move
Attempts to move qty of it from your Colossal Closet to your main inventory. Returns true if the move succeeds and false if it does not.
See Also
Attention KoLmafia Experts!
We need your help; some details of this function's operation are unknown or unclear.
The following specific question has been raised:
- Is the CLI command storage similar, or does it just list what you have?