OnCupboardClearListUsage​Called when a cupboard attempts to authorize a playerReturn a non-null value to override default behaviorExamples​""object OnCupboardAuthorize(BuildingPrivlidge privilege, BasePlayer player){ Puts("OnCupboardAuthorize works!"); return null;}Copy