Have display

From Kolmafia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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()