function room_LeaveLeft()
{
if (stove == true){
player.Say("Lets not burn the house down, in the first 5 minutes of the game.");
}
if (stove == false) {
player.ChangeRoom(12, 250, 350);
}
}
I made the bool already, the rest of it I honestly do not understand.