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
Beginner needs scripting help...
rojkish Offline
Junior Member

Posts: 45
Threads: 0
Joined: Jun 2011
Reputation: 0
#2
RE: Beginner needs scripting help...

So, what exactly are you trying to do? You want to add a quest when the player interacts with fakekey_1?

In that case, use the AddQuest(string& asName, string& asNameAndTextEntry);

Example of this;

Spoiler below!


AddQuest("KeyQuest", "KeyQuest");

<CATEGORY Name="Journal">
<Entry Name="Quest_KeyQuest_Text">YOUR QUEST HERE</Entry>
</CATEGORY>

06-23-2011, 01:57 PM
Find


Messages In This Thread
Beginner needs scripting help... - by cheztheguy - 06-23-2011, 08:14 AM
RE: Beginner needs scripting help... - by rojkish - 06-23-2011, 01:57 PM



Users browsing this thread: 1 Guest(s)