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
[SOLVED]Memento dont work
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#2
RE: Memento dont work

(05-25-2014, 01:57 PM)Rowzter Wrote: I created an area that give's the player a memento. but when the player looks up the memento there is no text.

Script:
Quote:AddEntityCollideCallback("Player", "padlock", "padlockquest", true, 1);

void padlockquest(string &in asParent, string &in asChild, int alState)
{
AddQuest ("padlockdoor", "Journal");
}
.lang:
Quote:<Entry Name="Quest_padlockdoor_Name">Padlock.</Entry>
<Entry Name="Quest_padlockdoor_Text">There is a padlock that prevents me from opening the door, i should find something to break it with.</Entry>

I have no idea whats missing. i checked so the entry name and text is under the journal category


Make sure your area has the right name? and is that your whole lang file?
remember to always put this at the end of the journal entry </CATEGORY> and I hope you have this
</LANGUAGE> at the end of your lang file

If you already made all of that and still doesn't work then Idk what's the prob :/

(This post was last modified: 05-25-2014, 02:07 PM by Radical Batz.)
05-25-2014, 02:04 PM
Find


Messages In This Thread
[SOLVED]Memento dont work - by Rowzter - 05-25-2014, 01:57 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:04 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:09 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:09 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:14 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:22 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:48 PM
RE: Memento dont work - by Radical Batz - 05-25-2014, 02:58 PM
RE: Memento dont work - by Romulator - 05-25-2014, 02:57 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 02:59 PM
RE: Memento dont work - by Mudbill - 05-25-2014, 02:51 PM
RE: Memento dont work - by Romulator - 05-25-2014, 03:01 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 03:08 PM
RE: Memento dont work - by Romulator - 05-25-2014, 03:17 PM
RE: Memento dont work - by Rowzter - 05-25-2014, 04:03 PM



Users browsing this thread: 1 Guest(s)