Cant change no active/completed quest message

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
omonoia91
Posts: 6
Joined: Fri Jan 27, 2017 8:07 pm

Cant change no active/completed quest message

Post by omonoia91 »

Hello,

i would like to know how can i change the no active quest message and the no completed quest message.
At the documentation there are field for that messages in the Unity GUIQuest Log Window(Script):

http://imgur.com/OA6mfTz

but at mine i dont have that 2 fields:

http://imgur.com/tLzhy6S

how can i change those messages? thank you!
User avatar
Tony Li
Posts: 22062
Joined: Thu Jul 18, 2013 1:27 pm

Re: Cant change no active/completed quest message

Post by Tony Li »

Sorry, that didn't get updated in the documentation. I'll update it for the next release.

It was changed to support language localization. Here are the steps:

1. Create a localized text table asset. Assign it to the quest log window.

2. Inspect the localized text table, and add two fields:
  • No Active Quests: The text to use for the no active quest message.
  • No Completed Quests: The text to use for the no completed quest message.
omonoia91
Posts: 6
Joined: Fri Jan 27, 2017 8:07 pm

Re: Cant change no active/completed quest message

Post by omonoia91 »

it worked! thanks for the fast response ;)
Post Reply