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
Quest script help
larslu Offline
Junior Member

Posts: 30
Threads: 15
Joined: Mar 2011
Reputation: 0
#4
RE: Quest script help

(03-14-2011, 08:29 AM)Russ Money Wrote:
(03-14-2011, 07:17 AM)Raymond Wrote: I need to know what to put for the quest script.

AddQuest(string& asName, string& asNameAndTextEntry);

I did found the script but i don't know what to put, please help Sad.

In the Journal category in you .lang file, add the following.

<Entry Name="Quest_"QUEST NAME HERE"_Text"> "QUEST TEXT HERE" </Entry>
//Remove the quotes and spaces


Then use the func as
AddQuest("STRING NAME", "QUEST NAME HERE");

Later, once the quest is complete

CompleteQuest("STRING NAME", "QUEST NAME HERE");

Just change the names in the script, leave the quotes.

One more question, what if you want to add a quest and complete a quest in a area?
03-21-2011, 06:51 PM
Find


Messages In This Thread
Quest script help - by Raymond - 03-14-2011, 07:17 AM
RE: Quest script help - by Russ Money - 03-14-2011, 08:29 AM
RE: Quest script help - by larslu - 03-21-2011, 06:51 PM
RE: Quest script help - by Raymond - 03-14-2011, 01:28 PM
RE: Quest script help - by Anxt - 03-21-2011, 11:54 PM
RE: Quest script help - by Raymond - 03-22-2011, 09:36 AM



Users browsing this thread: 1 Guest(s)