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 help
Jordo76 Offline
Member

Posts: 57
Threads: 7
Joined: Sep 2010
Reputation: 0
#1
Quest help

Yes i know,i need quest help,again !
I don't know how to get the Quest Message : "Quest As been added : blabla"
I think command are :
QuestIsCompleted(string& asName);
QuestIsAdded(string& asName);
But i fail at using them,can someone show me an example ?
09-22-2010, 06:54 PM
Website Find
Pandemoneus Offline
Senior Member

Posts: 328
Threads: 2
Joined: Sep 2010
Reputation: 0
#2
RE: Quest help

That's what you can find about quests in the wiki:
// Quest
void  AddQuest(string& asName, string& asNameAndTextEntry);
void  CompleteQuest(string& asName, string& asNameAndTextEntry);
bool  QuestIsCompleted(string& asName);
bool  QuestIsAdded(string& asName);
void  SetNumberOfQuestsInMap(int alNumberOfQuests);

if you use AddQuest correctly, it will show "A new entry has been added to your momentum." ingame. Take a look at my map if you want. Tongue

09-22-2010, 07:08 PM
Find




Users browsing this thread: 1 Guest(s)