Code:
Menu channel { 
  $iif($chan == #GameHotel,$iif(%gh.vagt == YES,GH $+ $chr(58) Vagt Logoff,GH $+ $chr(58) Vagt Logon)) : { 
    if (%gh.vagt == yes) { 
      echo -a logoff commands here 
      unset %gh.vagt
    }
    else { 
      echo -a logon commands here
      set %gh.vagt yes
    } 
  }
}