In hardcore

From Kolmafia
Revision as of 13:51, 26 June 2007 by imported>Efilnikufecin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

boolean In_hardcore()

This function returns true if the logged-in character is currently subject to the restrictions of a hardcore ascension. If not subject to such restrictions this function returns false.

if(in_hardcore()) 
  {
  buy(3,$item[hot hi mein]);
  }