For example:
@update If: @id ne "root"
Then: errorbox "Sorry, only 'root' can use update." ; end
If:
Then: screen ; end
Obviously, your tests would probably be more involved. But the idea is that, if the user isn't allowed, display the error and END. Otherwise, continue through with SCREEN and any other processing.