Jump to content

Follower Creation Trouble


penguinchao

Recommended Posts

So here's the situation, I'm making a mod with a follower but the quest dialogue is being really buggy. There is no official "quest" that the player sees, just the quest that the dialogue is dependent on, so it's a relatively simple mod in terms of that. I have quest stages that go 0,10,20 and so forth, and have 4 dialogue views.

The 4 views are

1) the first meeting (only viewable at stage 0)

2) Wait command (only viewable when NOT on stage 0 or 20) - sets the stage to 20

3) Follow command (only viewable when NOT on stage 0 or 10) - sets the stage to 10

4) Inventory View (but I'm not even bothering with this atm, I'm mainly focusing on getting him to move) - So ignore this

 

This follower has 4 packages on him

1) Sleep (only valid at stage 0)

2) Pray (only valid at stage 0)

3) Follow (only valid on stage 10)

4) Wait (only valid on stage 20)

 

Once the follower agrees to join you, the dialogue sets the stage of the quest to 10, from there you can tell him to wait, which then sets the stage of the quest to 20.

So basically, how it works is You click a dialogue option which validates the package and invalidates that dialogue option so you don't have a repeat option.

 

Problem:

1) It loops to "Let's Go" after you tell him to wait.

2) He doesn't follow you when you tell him to.

 

Any help/suggestions are appreciated!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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