Page 1 of 1

Cant change no active/completed quest message

Posted: Thu Feb 02, 2017 3:23 pm
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!

Re: Cant change no active/completed quest message

Posted: Thu Feb 02, 2017 4:17 pm
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.

Re: Cant change no active/completed quest message

Posted: Thu Feb 02, 2017 4:27 pm
by omonoia91
it worked! thanks for the fast response ;)