1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

Solved KSP Replika Delay dropdown menu issue

Discussion in 'Scripting Workshop' started by rossc, Sep 7, 2021.

  1. rossc

    rossc New Member

    Messages:
    9
    Hi guys,

    I'm trying to create a dropdown menu on my GUI, that's linked to the tempo-synced delay time menu in the Replika Delay module (see below).

    Screenshot 2021-09-07 at 12.43.58.png

    I've tried using '$NI_SYNC_UNIT_WHOLE, $NI_SYNC_UNIT_WHOLE_TRIPLET ... $NI_SYNC_UNIT_64TH_TRIPLET' but they don't seem to work with Replika delay.

    How can this be done?

    Thanks! :)
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    Are you using $ENGINE_PAR_RDL_TIME_UNIT along with those constants?
     
    • Like Like x 1
  3. rossc

    rossc New Member

    Messages:
    9
    That's sorted it! I was using $ENGINE_PAR_RDL_TIME instead!