Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

How Do I Add A Custom Race Topic


Recommended Posts

I have a custom unplayable race I want to add a greeting type topic to, I have a script in the quest script that adds it, I have the quest condition to be 'playable race ( then her race ) and == 1 In the CS it comes up in the filtered topics for her but ingame she has the whole nasty ' I have no greeting ' of doom.

Anyone know how to make her say her line?

Thanks in advance XD

Link to comment
Share on other sites

You can't use that condition for an unplayable race. Remove that condition and use instead GetIsRace YourCustomRace == 1 see if that helps XD

sorry but no, it doesn't. Made a typo at my first post, already using that condition, it's the only condition for the quest.

The topic conditions are, GetIsRace CustomRace == 1 getis sex==female==1 and GetIsID(her id)==1

It should work but won't.

The Quest script is:

SCN  aaXXDarkfangQuest



Short DoOnce

Short DanceNow


Begin GameMode


if DoOnce == 0

AddTopic aaXXDarkFangGreets

set DoOnce to 1


endif

end
and her script is:
scn  aaXXJahizaScript


Begin GameMode


AddTopic aaXXDarkFangGreets


End

Link to comment
Share on other sites

Do you have a greeting for her that uses the default GREETING topic? No matter what you name a new topic, the greeting is hardcoded so you need to use GREETING. From that default you can chain to custom topics but she has to have an actual GREETING or the convo can't begin. Let me know if you have one or not.

[EDIT] If your dialogue is set properly you shouldn't need those scripts to add the topic. XD

Link to comment
Share on other sites

Do you have a greeting for her that uses the default GREETING topic? No matter what you name a new topic, the greeting is hardcoded so you need to use GREETING. From that default you can chain to custom topics but she has to have an actual GREETING or the convo can't begin. Let me know if you have one or not.

[EDIT] If your dialogue is set properly you shouldn't need those scripts to add the topic. :)

Well I did but she wasn't using it ether, but I could make a new one and try, what should I give the conditions for it?

Link to comment
Share on other sites

If she is the only NPC of this race using he dialogue, then I would make the condition for the quest GetIsID HerID == 1 and add that ID to each line as well. That way you can ensure she has access to the lines and no one else does. Also make sure your quest priority is set to at least 80.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...