Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.
GenTextMsg
From AGEWiki
GenTextMsg | |||
Syntax GenTextMsg = Title, DisplayType, FlavorText, ImageID, SoundID Description Sends a message to the players Message Log
Example GenTextMsg = evt_nam_CMN_BattleCalcutta1756|2|evt_txt_CMN_BattleCalcutta1756| Event_img_CMN_BattleCalcutta1756|NULL The message text associated with evt_nam_CMN_BattleCalcutta1756 will appear in the message log. The event is a Full type, so message text evt_txt_CMN_BattleCalcutta1756 with picture Event_img_CMN_BattleCalcutta1756 will appear in the "newspaper". No sound.
|
Parameters
Text that appears in the message log. Either literally the text of the message or a reference to text strings in LocalStrings files.
Integer.
The text or reference to text in LocalStrings that will appear in a full display "newspaper".
The picture that will appear in Full display
Sound given upon opening full display |