Jump to content

Modders please help in some quest scripts


Recommended Posts

Posted

I haven't tried CK for a long time since I had some ideas for an adult mod. I want to start over.

 

Could you please tell me if those below are possible and how to script it? (just mention the papyrus commands that can be used)

 

Is it possible to build a list with my current unfinished quests? If so:

- can I check if a quest is marked in my quest list?

- can I see if a specific quest from my list require picking up an item or killing a villan?

- can I set up my companion to walk to the place where the quest ends

- in general: can I set up my companion to go to any random coordinate via scripting? Just for debug so I set a public var with the coordinate and ask her "go there".

 

My idea is common like have your companion enslave you etc. But since whenever we play with sexlab mods, most don't take vanilla quests I think it is an idea to have her force you to finish a random quest once in a while. 

 

 

 

Posted

Hi.

 

Point 1: yes.

Point 2: not easy. You can see if a quest objective has a target and the target is an actor. But you cannot really know if you have to kill it or just reach it.

Point 3: yest but not in a generic way. NPCs can walk to a target (an ObjectReference, like a marker another NPC, or whatever you want.) But there is no information about "what is the ending location for a quest". And the walking can be done by just using an AI package of type Travel with your destination reference set in the parameters. (That can be generalized if you use as a target a ReferenceAlias, and then you fill the RefAlias with whatever you want using a script.)

 

Posted

Thanks!

 

Hmm this made me think: if the objective is inside a cave I should mark the entrance as a destination point first. This sort of gets complicated.

 

I haven't studied AI packages - seems I have a lot of work just to get a bit closer to this idea.

 

By the way, how can I get the PC in progress quest list for a start so I can choose one quest and its parameters? I searched for this before but I couldn't find anything to help.

Archived

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

  • Recently Browsing   0 members

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