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
Script and Quest help
iTIMMEH Offline
Junior Member

Posts: 40
Threads: 2
Joined: Sep 2010
Reputation: 0
#4
RE: Script and Quest help

I'm looking at your last post and I'm not sure what your problem is, are you still having trouble making a memento entry?


*edit*

Well I decided to look at implementing mementos anyway, here's what I did to get one working:

added the following code to my .hps file to add the memento when the map loads:
void OnStart()
{
    AddQuest("test","test");
}

In my custom stories' folder I created a file called extra_english.lang containing the following:

<LANGUAGE>
    <CATEGORY Name="Journal">
            <Entry Name="Quest_test_Text">This is a test entry.</Entry>
    </CATEGORY>
</LANGUAGE>

Hope this helps.
09-17-2010, 11:06 PM
Find


Messages In This Thread
Script and Quest help - by Jordo76 - 09-17-2010, 07:40 PM
RE: Script and Quest help - by Liag - 09-17-2010, 09:59 PM
RE: Script and Quest help - by Jordo76 - 09-17-2010, 10:31 PM
RE: Script and Quest help - by iTIMMEH - 09-17-2010, 11:06 PM
RE: Script and Quest help - by Jordo76 - 09-17-2010, 11:30 PM



Users browsing this thread: 1 Guest(s)