Have display

From Kolmafia
Jump to navigation Jump to search

Function Syntax

boolean have_display()

Returns true if you have bought a display case.

Code Samples

Puts every seal clubbing club into your display case.

if(have_display()) {
   put_display(item_amount($item[seal clubbing club]) , $item[seal clubbing club]);
}

See Also

have_shop()