CanUseMailboxUsage​Called when the player tries to use a mailboxReturn true or false to override default behaviorExamples​""bool? CanUseMailbox(BasePlayer player, Mailbox mailbox){ Puts("CanUseMailbox works!"); return null;}Copy