MessageExAlt

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

This function is an extended version of MessageEx, and enables configuring both the display time and icon of the message.

The icon is a path to a DDS image file (relative to ..\Data\Textures) and is optional. It is passed as a part of the formatted string, before the actual message text, separated by a bar "|" symbol (see example below).

Syntax

[help]
MessageExAlt displayTime:float messageText:formattedString formatVars(up to 20)

Example

MessageExAlt 4 "Interface\Icons\Message Icons\vaultboy_angry.dds|Name is %n%rValue is %g" refVar intVar

Notes

  • messageText supports string formatting, and up to 20 variables may be used.
  • The interface icon path can be prefixed with # and then a number from 0 through to an as of yet undetermined number to show default icons. An example of such would be MessageExAlt 3 "#0|Test"

See Also