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