The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#1
[SOLVED]Memento dont work

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
(This post was last modified: 05-25-2014, 04:04 PM by Rowzter.)
05-25-2014, 01:57 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)