• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved Triggered Random Dialogue

AlienMisery

New member
Joined
Sep 25, 2020
Messages
8
Reactions
0
Hey all,

what combination of plugins do people recommend for generating a set of random repeatable and non-repeated dialogue events based on actions and states (e.g. grab breast, shirt is off or on) I'm looking to build some standard dialogue trees with associated sound clips and I am not sure what the best tools are to implement them in a contextual fashion.

Thanks for any input.
 
Solution
LogicBricks might be worth a look, especially the StateMachine brick.

However, I have ideas to make more some specialized brick for dialogs. Essentially a StateMachine brick where each state has multiple-choice options how to transition to the next state. So if in state A and "grab breast" happens, go to state B, etc. Likely won't find time for this soon, though.
LogicBricks might be worth a look, especially the StateMachine brick.

However, I have ideas to make more some specialized brick for dialogs. Essentially a StateMachine brick where each state has multiple-choice options how to transition to the next state. So if in state A and "grab breast" happens, go to state B, etc. Likely won't find time for this soon, though.
 
Upvote 0
Solution
Back
Top Bottom