StringList

StringList is an Fdf-Action that creates Localilzed Strings, which can be get during the game with GetLocalizedString and in fdf.

The Text inside "" can not be escaped with \

StringList {
    MYTEST "My Test",
    MYLABEL "My Label",
    MYVALUE "My Value",
    MYLongText "My Super Long
MultiLine Text,
is this",
}

Between the Name and the valueText can be any amount of Whitespace. The valueText can go over multiple Lines. Like shown in MYLongText

The Key needs to follow jass variable name rules.