Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quest_Parents_Text is not declared? [SOLVED]
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Quest_Parents_Text is not declared?

Your AddQuest function is incorrect.

It should be:

AddQuest("name", "Parents");

Parents I assume is what the description is in your quest's entry in the extra_english.lang file, right? If so, it should appear like this in your lang file

<Entry Name="Quest_Parents_Text">Quest memento here!</Entry>

"name" is the name of the quest which is used by the engine for when you want to, say, complete the quest, or check if said quest is actually in the mementos page.

04-03-2011, 07:26 AM
Find


Messages In This Thread
RE: Quest_Parents_Text is not declared? - by palistov - 04-03-2011, 07:26 AM



Users browsing this thread: 1 Guest(s)