A problem and a question.

Post » Fri Aug 09, 2013 12:39 am

Hi. I am pretty new with modding in Skyrim, and I have a question and a problem with the CK. I am not much into Scripting yet, but I need for a mod a possability to change the relationship between 2 NPCs after a dialogue. Which scripts are needed for it and where do I put them?

and also, I have a problem with dialogue. They work for me, but not others... How can I make them work for others too?

Thanks.

User avatar
Catherine N
 
Posts: 3407
Joined: Sat Jan 27, 2007 9:58 pm

Post » Fri Aug 09, 2013 1:07 am

You should try to take a look on http://www.creationkit.com/Category:Tutorials which is great at teaching you the basics of the CK.

After this you should use http://www.creationkit.com/Actor.SetRelationshipRank_%28Papyrus%29 to solve your Relationship problem.

User avatar
Miranda Taylor
 
Posts: 3406
Joined: Sat Feb 24, 2007 3:39 pm

Post » Fri Aug 09, 2013 3:00 am

So I put this script on a Fuction and than put the function on the dialogue (when the big window pops up)?

User avatar
Nathan Risch
 
Posts: 3313
Joined: Sun Aug 05, 2007 10:15 pm

Post » Thu Aug 08, 2013 2:21 pm

In the dialogue info's end script fragment you should just write this:

SpeakingActor.SetRelationshipRank(ListeningActor, 4) ;or whatever relationship you want them to have

Remember to set the properties for the SpeakingActor and ListeningActor.

User avatar
Hayley Bristow
 
Posts: 3467
Joined: Tue Oct 31, 2006 12:24 am

Post » Fri Aug 09, 2013 5:50 am

When I compile it I get:

Starting 1 compile threads for 1 files...Compiling "TIF__02000D69"...(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgd:\temp\bethesda\steamapps\common\skyrim\Data\Scripts\Source\temp\TIF__02000D69.psc(3,0): Unknown user flag HiddenNo output generated for TIF__02000D69, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on TIF__02000D69

?

User avatar
Sammykins
 
Posts: 3330
Joined: Fri Jun 23, 2006 10:48 am

Post » Fri Aug 09, 2013 1:40 am

Hmmm... are you sure you wrote it in the INFO's script fragment?

User avatar
Luis Reyma
 
Posts: 3361
Joined: Fri Nov 02, 2007 11:10 am

Post » Thu Aug 08, 2013 4:32 pm

what is Info's script fragment? I wrote it under "Scripts" at the bottom of the window, at the End field.

User avatar
Sanctum
 
Posts: 3524
Joined: Sun Aug 20, 2006 8:29 am

Post » Thu Aug 08, 2013 6:51 pm

That sounds like the right place. I don't know what's wrong then, sorry...

User avatar
Harry-James Payne
 
Posts: 3464
Joined: Wed May 09, 2007 6:58 am


Return to V - Skyrim