Difference between revisions of "Take storage"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Heeheehee
m
Line 24: Line 24:
 
}}
 
}}
 
{{RFI|Is the CLI command storage similar, or does it just list what you have?}}
 
{{RFI|Is the CLI command storage similar, or does it just list what you have?}}
 +
>storage just lists what's in there. >pull is the similar CLI command. --[[User:Heeheehee|Heeheehee]] 03:49, 6 March 2010 (UTC)

Revision as of 03:49, 6 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 Hagnk's Ancestral Storage to your main inventory. Returns true if the move succeeds and false if it does not.

See Also

take_closet() | take_display() | take_stash()


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?

>storage just lists what's in there. >pull is the similar CLI command. --Heeheehee 03:49, 6 March 2010 (UTC)