Scenario repeat question

Forum Forums Discussion Scenario repeat question

This topic contains 1 reply, has 2 voices, and was last updated by  Amzo 3 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21979
    7D6xEYNGJl
    7D6xEYNGJl
    Participant
    0

    Is there any way to only execute a chapter every “x” repeat?
    For example, only check for materia extraction on every 15th repeat.

    #21993

    Amzo
    Participant
    0

    What you want to repeat you could put in Chapter one. Then in chapter two add in the tasks you want to do, then use RepeatChpater(15), then have a chapter 3 that has a RepeatAll(). It’s how I handle doing something multiple times. Such as my trusts scenario.

    Here is how my trust works:

    Chapter 1:
    repair()
    desynth()
    key(= ,4)
    key(= ,4)

    Chapter 2:
    dungeon(Holminster)
    squadron(1)
    repeatChapter(3)

    Chapter 3:
    repeatAll(20)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.