Take display

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

Function Syntax

boolean take_display(int qty ,item it )

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

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

CLI Equivalent

The CLI command "display" with the parameter "take" works similarly.

See Also

put_display() | take_closet() | take_stash() | take_storage()