Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Created September 29, 2023 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericoporto/4405aac1d8e55c7e529cc4688ee935b6 to your computer and use it in GitHub Desktop.
Save ericoporto/4405aac1d8e55c7e529cc4688ee935b6 to your computer and use it in GitHub Desktop.
issues sketch

Describe the problem

The Dialog Scripts are great for writing dialog lines. But sometimes one wants to handle the logic of which dialog to run from elsewhere, like a Room Script. For a character that only exists in a room, or for a particular scene, it's useful to hold all dialogs in the same dialog script, so one doesn't have to open many different dialog scripts.


Suggested change

If possible to either add a parameter in dialog start or create a new dialog.Run(int x).

Maybe there could be a way to name each choice in an enum somehow, but this is really not needed for this feature.


additional context

Originally from the forums here: https://www.adventuregamestudio.co.uk/forums/index.php?topic=55204.0

Is it possible to do the reverse, i.e. from a regular script do something like "call dialog X as if option Y was clicked"? (instead of Dialog.Start which starts it from the beginning)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment