Code:
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
    } 
  }
}

Last edited by Mpdreamz; 29/03/05 04:12 PM.