From 45ae47e5ca933a6cffd3b081275c8ec18fea048d Mon Sep 17 00:00:00 2001 From: sigurdfdragon Date: Mon, 16 Oct 2017 15:20:45 -0400 Subject: [PATCH] AToTB: Add hint macro An expanded version of the one in AOI --- data/campaigns/Two_Brothers/utils/macros.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/campaigns/Two_Brothers/utils/macros.cfg diff --git a/data/campaigns/Two_Brothers/utils/macros.cfg b/data/campaigns/Two_Brothers/utils/macros.cfg new file mode 100644 index 00000000000..c361f9f6add --- /dev/null +++ b/data/campaigns/Two_Brothers/utils/macros.cfg @@ -0,0 +1,10 @@ +#textdomain wesnoth-tb + +#define HINT MESSAGE WML + notes_string= _ "Hint:" + + [note] + description={MESSAGE} + {WML} + [/note] +#enddef