Titan Property ====== Menu.ErrorMessage ====== ^ API | ./. | ^ description | the message to be displayed in the error prompt. | ^ [[:macros:namespace]] | [[:macros:namespace:menu]] | ^ type | [[:macros:type:string]] | == example == ActionScript.SetProperty.String("Menu.ErrorMessage", "This is another message. " + "This is some more text.") Menu.PushOrReloadMenu("Error.Generic") The property is set, and later displayed in the main error menu. == used in == {{backlinks>.}}