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]
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#10
RE: Quest_Parents_Text is not declared?

Solved. I just had to change it from

void Quest1Func(string &in asParent, string &in asChild, int alState)
{
    AddQuest(Quest_Parents_Text, Quest_Parents_Text);
}

to

void AddQuest1(string &in asParent, string &in asChild, int alState)
{
    AddQuest("Parents", "Parents");
}

Thanks for the help everybody!
04-03-2011, 04:09 PM
Find


Messages In This Thread
RE: Quest_Parents_Text is not declared? - by Austums - 04-03-2011, 04:09 PM



Users browsing this thread: 1 Guest(s)