ClearHelpMessages - Message
From Creation Kit
Member of: Message Script
Hides any currently displayed help messages. Doesn't mark the current message as complete, i.e. the user has seen the message and acted on it.
Syntax
; Hides the help message without marking it as "complete" Function ClearHelpMessages() native global
Parameters
None.
Return Value
None.
Example
; Clear the help message if we're leaving the menu if bMenuClosing Message.ClearHelpMessages() endif