Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Simple Memento with item
RedFiction12 Offline
Junior Member

Posts: 9
Threads: 2
Joined: Jul 2012
Reputation: 0
#3
RE: Simple Memento with item

(07-03-2012, 04:58 PM)Strembitsky Wrote: Use AddEntityCollideCallback, and then use the function AddQuest.

My lantern name is "lantern_1"


Okay, so is it:


.hps

OnStart

{
        AddEntityCollideCallback("Player", "FindLantern_Quest_Area", "GetFindLanternQuest", true, 1);
        AddEntityCollideCallback("Player", "lantern_1", "FinishFindLanternQuest", true, 1);
}

void GetFindLanternQuest(string& asName, string& asNameAndTextEntry)

    {
        AddQuest("findlanternquest", "FindLanternQuest");
    }
    
void FinishFindLanternQuest(string& asName, string& asNameAndTextEntry)

    {
        CompleteQuest("findlanternquest", "FindLanternQuest");
    }
.lang

<CATEGORY Name="Journal">
        <Entry Name="Quest_FindLanternQuest_Text">Find yourself some kind of source of light</Entry>
   </CATEGORY>

, but some how its not working.
(This post was last modified: 07-03-2012, 06:32 PM by RedFiction12.)
07-03-2012, 06:25 PM
Website Find


Messages In This Thread
Simple Memento with item - by RedFiction12 - 07-03-2012, 04:39 PM
RE: Simple Memento with item - by Strembitsky - 07-03-2012, 04:58 PM
RE: Simple Memento with item - by RedFiction12 - 07-03-2012, 06:25 PM
RE: Simple Memento with item - by ZyLogicX - 07-03-2012, 06:43 PM
RE: Simple Memento with item - by RedFiction12 - 07-03-2012, 07:20 PM
RE: Simple Memento with item - by Mackiiboy - 07-03-2012, 07:33 PM
RE: Simple Memento with item - by RedFiction12 - 07-03-2012, 07:44 PM
RE: Simple Memento with item - by Your Computer - 07-03-2012, 07:48 PM
RE: Simple Memento with item - by RedFiction12 - 07-03-2012, 07:56 PM
RE: Simple Memento with item - by Your Computer - 07-03-2012, 08:08 PM
RE: Simple Memento with item - by RedFiction12 - 07-03-2012, 08:12 PM
RE: Simple Memento with item - by Your Computer - 07-03-2012, 08:26 PM
RE: Simple Memento with item - by RedFiction12 - 07-04-2012, 01:54 PM



Users browsing this thread: 1 Guest(s)