The Trigger_DisableSingle() function disables a specific trigger.
Trigger_DisableSingle(tag)
• tag – An integer that uniquely identifies a trigger. The tag was assigned when the trigger was registered.
A boolean. True indicates the trigger was successfully disabled, while false indicates it was not.