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]
Russ Money Offline
Senior Member

Posts: 360
Threads: 25
Joined: Dec 2010
Reputation: 4
#8
RE: Quest_Parents_Text is not declared?

Here's what mine looks like, it works, use it as a reference if it helps:

extra_english.lang
<CATEGORY Name="Journal">

<Entry Name="Quest_CrowBarQuest_Text">The door's blocked by weak planks of wood. Maybe I can find something to pry them off?</Entry>

</CATEGORY>

script (map.hps)

void OnStart()
{
AddEntityCollideCallback("Player", "AreaCrowBarQuest_1", "AddCrowBarQuest", true, 1);
}

void AddCrowBarQuest(string &in asParent, string &in asChild, int alState)
{
AddQuest("crowbarquest", "CrowBarQuest");
}
(This post was last modified: 04-03-2011, 08:59 AM by Russ Money.)
04-03-2011, 08:59 AM
Find


Messages In This Thread
RE: Quest_Parents_Text is not declared? - by Russ Money - 04-03-2011, 08:59 AM



Users browsing this thread: 1 Guest(s)