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 Help Memento won't show up
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#4
RE: Memento won't show up

It must be a .lang problem, the script adds a memento correctly. THere should be something from there that escapes from my sight.

Ok: You have it wrong. Here's the structure of the script:
AddQuest(string& asName, string& asNameAndTextEntry);


And here is what you have:

("rockpadlock", "RockPadlock");

So, you should change it to this:
void GetRockPadlockQuest(string &in asParent, string &in asChild, int alState)

{

AddQuest ("RockPadlock", "Journal");

}

<Entry Name="Quest_RockPadlock_Text">The padlock looks rusty enough to be easily broken.</Entry>

This may work.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
(This post was last modified: 10-09-2012, 06:47 AM by The chaser.)
10-09-2012, 06:42 AM
Find


Messages In This Thread
Memento won't show up - by elbichopt - 10-08-2012, 10:57 PM
RE: Memento won't show up - by 4WalledKid - 10-08-2012, 11:01 PM
RE: Memento won't show up - by Statyk - 10-08-2012, 11:13 PM
RE: Memento won't show up - by The chaser - 10-09-2012, 06:42 AM
RE: Memento won't show up - by Ongka - 10-09-2012, 06:51 AM
RE: Memento won't show up - by Adny - 10-09-2012, 06:52 AM
RE: Memento won't show up - by elbichopt - 10-09-2012, 01:01 PM
RE: Memento won't show up - by Your Computer - 10-09-2012, 06:53 AM
RE: Memento won't show up - by Adny - 10-09-2012, 04:50 PM
RE: Memento won't show up - by The chaser - 10-09-2012, 05:02 PM
RE: Memento won't show up - by Your Computer - 10-09-2012, 06:11 PM
RE: Memento won't show up - by KingWolf - 10-09-2012, 06:12 PM
RE: Memento won't show up - by Dutton - 10-09-2012, 11:32 AM
RE: Memento won't show up - by Adny - 10-09-2012, 06:14 PM
RE: Memento won't show up - by KingWolf - 10-09-2012, 06:15 PM



Users browsing this thread: 1 Guest(s)