Forum rules - please read before posting.

Gather Text Only in Current Scene

Is there a way to only Gather Text for the current scene, rather than go through the whole game?
I see there are the filter options, but it seems that they are used to just make it easier to find your game text, rather than limit the actual gathering.

Comments

  • It can be done through script, but I advise caution:

    KickStarter.speechManager.PopulateList (true);
    

    To avoid duplicate IDs, the process needs to scan all scenes in order to know what IDs are already "taken" by the current state of the game. You should be fine if it's a case of updating pre-gathered lines, but if you're adding lines scene-by-scene then you'll encounter issues later on if duplicates start arising.

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.