Menu channel {
$iif($chan == #GameHotel && %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
halt
}
else {
echo -a logon commands here
set %gh.vagt yes
}
}
}