Difference between revisions of "In hardcore"

From Kolmafia
Jump to navigation Jump to search
imported>Efilnikufecin
(No difference)

Revision as of 13:51, 26 June 2007

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]);
  }