Page 1 of 1

[HOWTO] How To: Different Ways to Add Text to Quests

Posted: Fri Aug 16, 2024 8:52 pm
by Tony Li
Quest Machine offers several different ways to add text to quests.

1. Add literal strings:

questText1_literal.png
questText1_literal.png (30.92 KiB) Viewed 773 times

2. You can use Link content to link to an existing bit of text. That source text can use any of the methods shown here.

questText2_link.png
questText2_link.png (33.5 KiB) Viewed 773 times

3. Use a StringAsset (menu item Assets > Create > Pixel Crushers > Common > Text > String Asset):

questText3_stringAsset.png
questText3_stringAsset.png (38.01 KiB) Viewed 773 times

This gives you a stable reference. You can also assign it multiple places. You can change the text in the StringAsset and the value will be reflected wherever it's assigned.


4. Use a TextTable field (menu item Assets > Create > Pixel Crushers > Common > Text > Text Table):

questText4_textTable.png
questText4_textTable.png (31.19 KiB) Viewed 773 times

This works like a StringAsset, except it's a field in a table so you can collect multiple strings in one table, and it can have different values for different languages.