Jump to content

Trouble with a Quest


Recommended Posts

... that should enable a Container, when another (vanilla) Quest reached a certain Stage and disable said Container, when

same Quest goes on to the next Stage.

I created a new Quest, unchecked the "Run on Start" Box and set 4 Stages:

 

0 - Start

10 - Check for QuestStages and enable

20 - Check for QuestStages and disable

30 - Stop

 

I used "TheQuestYouBetterNotTouch.GetStageDone(10)" and then "MyContainer.enable/disable()" and pointed the priority to the right

Quest and my Container. CK was fine with it, but in Game nothing happend. I've testet around and reused the same Save (It's the frist save after

you picked up the PipBoy) and haven't run in any problems there, since I never saved my testing and that save had never seen the Mod.

 

I can't see what's wrong here.

 

Thanks

Link to comment
Share on other sites

What event is triggering the function "TheQuestYouBetterNotTouch.GetStageDone(10)" to run ?


EDIT: and to repeat the test until the condition is true (or fail & bail) ...
Edited by SKK50
Link to comment
Share on other sites

I know, how it would worked like a charm, but I don't want to touch any vanilla Quest at all.

And if I understand right, there isn't a event that triggers my Quest. My Quest should simple check if the vanilla Quest reached the Stages,

then do its Stuff and then shut down.

 

And with the QuestAlias and MyContainer.GetReference the compiler complain, that there isn't such a function like "GetReference" oO (Yeah,

I made the Quest alias and it's in the properties)

Link to comment
Share on other sites

Your language is slightly incoherent so I am making some inferences and guesses here, but:

 

Unless you have an external trigger, or register a script to receive an actual game event, your quest will just sit there doing nothing forever.

Link to comment
Share on other sites

Yes, I know and I'm really, really sorry about that, but english isn't my native language, Google translater is not perfect and my brain always froce the german gramma into it. Sorry.

 

And you said something about register,

should I add that kind of Script to the Quest? I guess so, but since I thought it would be enough to point my quest to the other Quest and just check the stages,

so I better ask

Link to comment
Share on other sites

Finally, I did it :D

 

Still, not sure why the Quest won't start, if the "Run on Start" on the very first Tap is unchecked, but

I will figure that out too. But for now it works.

 

Thanks alot, SKK50. And I will definitely look at your link, hopefully I will learn something from that.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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