Put stash

From Kolmafia
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean put_stash(int qty ,item it )

  • qty is the quantity to move
  • it is the item to move

Attempts to move qty of it to your clan stash from your main inventory. Returns true if the move succeeds and false if it does not.

CLI Equivalent

The CLI command "stash" with the parameter "put" works similarly.

See Also

put_closet() | put_display() | refresh_stash() | stash_amount() | take_stash()