Menu.ErrorReport('Error.Generic', "Welcome to the world of macros!")
ActionScript.SetProperty.String("Menu.ErrorMessage",
"This is another message. " + "This is some more text.")
Menu.PushOrReloadMenu("Error.Generic")
ActionScript.SetProperty.String("Menu.ErrorMessage",
"The master fade time is currently " + Math.ToString(Palette.MasterFadeTime) + " seconds")
Menu.PushOrReloadMenu("Error.Generic")