Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

DescEvent

From AGEWiki

Jump to: navigation, search

DescEvent

Syntax  

DescEvent = StringAlias

Description

Define a string for the tooltip description of the event. When the player passes the mouse over an event line (message panel), the tooltip will be displayed.

DescEvent is not a script command, it is just an entry in a localisation file.
It is important that the alias used is very close to the alias of the event name, with only the string 'Desc' changing. 
Namely the string looked at is the same as the event, except that characters 5,6,7 ('nam' generally) will be replaced by 'desc'.

i.e in the event below,  the event is evt_nam_USA_Andersonville1864 so the
descriptor must be evt_desc_USA_Andersonville1864.

Example  

DescEvent = evt_desc_USA_Andersonville1864

Use the text identified by the key evt_desc_USA_Andersonville1864 for the current event's tolltip description.


 

Parameters

StringAlias

String; String alias of an entry in the string DB.

Forums