Can you loop the path in 3D monitor?

Forum Forums Discussion Can you loop the path in 3D monitor?

This topic contains 1 reply, has 2 voices, and was last updated by Lyfox Lyfox 6 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5206

    garetron
    Participant
    0

    If I wanted to create a circular path and continuely go around and around 100x, can I do this?

    I’m not gathering, just trying to spawn an S Rank monster with this and if it works for this I will buy for sure.

    Thank you so much!
    Garetron

    • This topic was modified 6 years, 7 months ago by  garetron.
    #5209
    Lyfox
    Lyfox
    Participant
    0

    Yep easily with scenario engine.

    goToWaypoint(1)
    goToWaypoint(2)
    goToWaypoint(3)
    goToWaypoint(4)
    goToWaypoint(5)
    goToWaypoint(6)
    goToWaypoint(7)
    goToWaypoint(8)
    repeatChapter(100)

    You can skip some mid points as Miqo will go through them anyway.

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

You must be logged in to reply to this topic.