Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quests suddenly stop working! Confused :(
Author Message
X4anco Offline
Member

Posts: 140
Joined: Apr 2011
Reputation: 0
Post: #1
Quests suddenly stop working! Confused :(
Hello peoples,

I'm trying to put in a quest and I have done it about a million times before and now they stop working can you see where I am going wrong? thx.
void Function01(string &in asParent, string &in asChild, int alState)
{
    FadeImageTrailTo( 1.0f, 1.0f);
    SetPlayerLookSpeedMul(0.7f);
    AddQuest("questtest","questtest");
}
<Entry Name="Quest_questtest1_Text">I should follow the blood</Entry>

I like poop
06-02-2011 11:45 AM
Find all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,173
Joined: Mar 2011
Reputation: 56
Post: #2
RE: Quests suddenly stop working! Confused :(
Your entry name referenced in the function does not match the entry's name in your lang file. As far as I know, there is no index for the quests, they are listed in chronological order; the most recently added quests are at the top of the list, while older ones are pushed to the bottom.

(This post was last modified: 06-02-2011 11:57 AM by palistov.)
06-02-2011 11:57 AM
Find all posts by this user Quote this message in a reply
X4anco Offline
Member

Posts: 140
Joined: Apr 2011
Reputation: 0
Post: #3
RE: Quests suddenly stop working! Confused :(
It STILL doesn't work Sad

I like poop
06-02-2011 12:45 PM
Find all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,173
Joined: Mar 2011
Reputation: 56
Post: #4
RE: Quests suddenly stop working! Confused :(
Is the quest entry under the Journal category? It should look like this:

<CATEGORY Name="Journal">
<Entry Name="Quest_questtest_Text">I should follow the blood</Entry>
</CATEGORY>

06-02-2011 01:15 PM
Find all posts by this user Quote this message in a reply
X4anco Offline
Member

Posts: 140
Joined: Apr 2011
Reputation: 0
Post: #5
RE: Quests suddenly stop working! Confused :(
IT STILL WONT WORK Sad
(06-02-2011 05:32 PM)X4anco Wrote:  IT STILL WONT WORK Sad

It ok Big Grin

I like poop
(This post was last modified: 06-02-2011 05:33 PM by X4anco.)
06-02-2011 05:32 PM
Find all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,173
Joined: Mar 2011
Reputation: 56
Post: #6
RE: Quests suddenly stop working! Confused :(
Yay Smile Glad you got it working

06-02-2011 09:58 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)