Forum rules - please read before posting.

Action defaults?

Is it possible to allow for defaults in actions? I'd like "play in background" to be the default option for the majority of dialog actions whilst I'm adding inventory interactions, hotspot lookats, etc; and for making hundreds of these, it would obviously be easier if defaults could be set for actions. I tried looking at the code, but I'm not sure how I'd do this, and it would reset with an update anyways; is there a way of doing this?
image

Comments

  • edited November 2018
    Editing the code directly is the only way to do it - you can set a default value in a variable's declaration, i.e.:

    public bool isBackground = true;

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.