Jump to content

Anyone know why I'm getting this error


Recommended Posts

I like to use the part of the quest code that makes the tooltip quest thing pop up with information for my players like the starter quest.

<action type="ShowTip" value="tutorialTipQuest18" />

The problem is after the first two tips any others that you add after that result in this error. I believe it's because journal entries are hard coded and don't save. I did not think the quest tips were Journal entries. In alpha 14 I had tons of these popup tips and it was never an issue or an error. I do not care if I loose the ability to make journal entries but I would like to be able to use as many popup tips as I see fit. Does anyone know a work around or perhaps something I can take out of the localization files to prevent this.

 

 

ErrorJournal.thumb.JPG.05d51528e7401c069a61e273283432ff.JPG

Link to comment
Share on other sites

You may be able to edit your "Localization - Quest.txt" to add the "tutorialTipQuest18" tag. (It would not display to others unless they have your Localization - Quest.txt file in their individual game directories, however)

 

Another possibility is to just use the text you want to display in the value="Your Text Here" and that might work. It does for things like name_key and desc_key for other XML tags.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...