if (IsAdmin()) then ConsoleWrite("is admin") msgbox(0,0,"is admin") exit(1) Else consoleWrite("not admin") msgbox(0,0,"not admin") exit(2) endif