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
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#8
RE: Memento dont work

Does any other text in your story appear? For example the menu description? If not, something's causing the lang to not load, but if it does, the problem lies with the memento itself.

You know mementos don't use names, just text? You can cut out that _Name one. A memento looks like this:

PHP Code: (Select All)
    <CATEGORY Name="Journal">
        <
Entry Name="Quest_Quest1_Text">Perhaps I should go the other way.</Entry>
    </
CATEGORY

Oh, and the AddQuest script does not work like that. The problem must be that you put "Journal" in your quotes. The category is hard-coded, so you never define it anywhere. Put padlockdoor in both strings. First string is the reference name of the quest, the second is the entry in the lang.

Edit: Looks like you figured it out, but oh well. There's an explanation at least.

To make a key unlock a level door, you must use the SetLevelDoorLocked("DoorName", false); in the level.hps you want it to happen in. As long as the key name matches, it can be used in any level.

(This post was last modified: 05-25-2014, 02:55 PM by Mudbill.)
05-25-2014, 02:51 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)