Take storage
needs(code_samples);
Function Syntax
boolean take_closet(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?