Have display

From Kolmafia
Revision as of 21:48, 21 May 2010 by imported>Bale
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()