Jump to content

Dialogue edit and stuff


Seradill

Recommended Posts

I wish to end the Quest question when the player has accepted the quest. I'm also having trouble with the journal thing. I can't get the journal to be entered in the book.

Also having trouble getting other NPC to have subject I want to ask about. I would like to move diffrent parts of the quest to others, but they do not have the subject listed to ask. I read Scott Fishers stuff and the scripting bible. Nothing seems to work. :help:

Link to comment
Share on other sites

I know giving another simple "I cannot comprehend your question -- speak in English" response after this much time has passed since you originally asked your question isn't quite appropriate, but I cannot comprehend your question -- speak in English.

 

From what I can tell, you want to have a dialog option terminated after a journal entry is written -- to do this, just add a journal (Or getjournalindex -- I cannot reference CS right now as I have just emerged from the hell that is a Debian install) condition to every text entry under the target subject that can be accessed under normal conditions (Not entries that have a choice condition or the like) with an equality operator and arguments of your journal thread and the number "0," respectively.

 

...Also, you're having trouble giving the PC your Journal entry -- the syntax for the Journal command is as follows:

 

Journal [##Journal Thread Name##] [##Index of Target Entry##]

 

Journal entries must be entered in the Journal tab of the dialog window to function properly -- you cannot enter journal text as an argument for the Journal command.

 

As for the next problem... From what I can tell, it is not a problem -- it is an encrypted declaration of war on Canada from North Korea.

Link to comment
Share on other sites

I have had the same problem, here is an example of a simple quest.

 

 

question: Find a sword

 

journal name : JournalE1 (Just a name) index 0 and 1 0 is the quest name and 1 is the finish

 

Now to add a journal update to the player just simply add the line

 

Journal JournalE1 1

 

The word Journal in the result window will update the players journal,

Now your problem with you npcs is you must give the topic to a type of person either by race, sex, member of a guild, rank, ect.

 

When you open the dialoge window, you see the functions, next to the function there is a lot of ways to filter the topic and to give the topic to an npc,

You will see

 

Name

Race

Faction

Rank

Ect,

Use this to filter out all the other npcs and only have a few npcs use this topic.

You also need to set the greetings. filter the Name or race or what ever gives that topic to the npc.

 

Don't know if that will help but thats my way of doing things.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...