Difference between revisions of "Message Script"
Jump to navigation
Jump to search
Reverted to List
imported>CraftySentinel m (→Global Functions: Formatting Change) |
imported>CraftySentinel (Reverted to List) |
||
Line 17: | Line 17: | ||
== Global Functions == | == Global Functions == | ||
:'''[[ResetHelpMessage - Message|ResetHelpMessage]](String ''asEvent'')''' | |||
:*Resets the status of a help message input event, allowing a message to be displayed for that input event | |||
== Member Functions == | == Member Functions == | ||
:'''Int [[Show - Message|Show]](Float ''afArg1'', Float ''afArg2'', Float ''afArg3'', Float ''afArg4'', Float ''afArg5'', Float ''afArg6'', Float ''afArg7'', Float ''afArg8'', Float ''afArg9'')''' | |||
:*Shows this message on the screen, substituting in the appropriate numbers. If it's a message box, it waits til the user closes it and '''''returns the button they hit'''''. | |||
:'''[[ShowAsHelpMessage - Message|ShowAsHelpMessage]](String ''asEvent'', Float ''afDuration'', Float ''afInterval'', Int ''aiMaxTimes'')''' | |||
:*Shows help message for a user action on screen. | |||
== Events == | == Events == |