Jump to content

Hint messages

From Empires Wiki
Revision as of 18:56, 9 August 2017 by Thexa4 (talk | contribs) (Message creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Empires Scripting Documentation
Scripting Overview | Vehicle Script Overview | Vehicle Handling Script Overview | Weapon Script Overview | Armor Script Overview | Building Script Overview | Infantry Script Overview | Hint Messages | Loading Screen Script Overview | Tutorials



Hint messages

When a building is touched, a hint message can be shown describing the function of the building. These messages are defined in scripts/hintmessages.txt.

Message creation

The max length of a message is 256 characters. Format: %k{<bind name>} for bind evaluations, e.g.: %k{+use} evaluates to E in default config. Do NOT use % in the text itself. Touchmessages can be deactivated via emp_cl_show_hints.