In hardcore

From Kolmafia
Revision as of 21:03, 17 January 2008 by imported>Degrassi (Clean up example - code box was ending before the code did.)
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]);
  }