CSV File Format - Stringtables – Talk

From Bohemia Interactive Community
Revision as of 10:04, 29 July 2006 by WGL.Q (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

~ is it possible to have a stingtable value reference to another stringtable value?

text = $STR_FAMILY;
STR_FAMILY, $STR_FAMILY2 (thats inside the stringtable.csv)


~ what about:

text = $STR_FAMILY$STR_FAMILY2;


~ can one use defines or includes (c macro stuff) in a stringtable.csv?


--WGL.Q 11:04, 29 July 2006 (CEST)