Page 1 of 1

Feature Suggestion - Enhanced Quest Reference

Posted: Sat Dec 17, 2022 10:18 am
by DrewOfDonuts
Background

The use of string based messages and parameters is prone to typo errors and requires the user to remember the exact text in order for quests and objectives to function together.

User Story

As a game designer, I would like the Quest Reference window to include a tab that contains the Quest IDs and points to their associated Messages and Parameters, so that I may have quickly refer to them.


Acceptance Criteria

Scenario 1: Opening Quest Reference
Given: a quest has been created with an ID
and: message and parameter conditions are set
when: I click to navigate to the Quest Reference window
then: an Quest ID tab is available with available Quest IDs
and: all corresponding messages are displayed when clicking on a Quest ID

Additional Requirements
  • User can create Groups to organize quests in (Level 1, 2, etc.)

Re: Feature Suggestion - Enhanced Quest Reference

Posted: Sat Dec 17, 2022 11:16 am
by Tony Li
Hi,

Quest Machine was designed from the ground up to support that type of reference. Strings are just one option. In any field where you can enter a string, you can also assign a StringAsset or an entry from a TextTable asset.

Re: Feature Suggestion - Enhanced Quest Reference

Posted: Sat Dec 17, 2022 4:28 pm
by DrewOfDonuts
Ah! I see now!

Clearly I have a lot to learn about the asset :)