Modding Tutorials/GrammarResolver

From RimWorld Wiki
Revision as of 17:26, 21 August 2019 by Mehni (talk | contribs) (Created page with "{{BackToTutorials}} The GrammarResolver changes strings like <source> [PAWN_nameIndef] has experienced an inspiration!\n\n[PAWN_pronoun] will get a significant trade price b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Modding Tutorials

The GrammarResolver changes strings like

[PAWN_nameIndef] has experienced an inspiration!\n\n[PAWN_pronoun] will get a significant trade price bonus when closing [PAWN_possessive] next trade deal.

into

Geralt has experienced an inspiration!\n\nHe will get a significant trade price bonus when closing his next trade deal.