Multiple Permissions
Create variables isAdmin, isEditor, and isModerator. and set boolen value.
Use || to log "Access granted" if any of the permission variables are true.
Log "Access denied" if none are true.