Hello,

Is there a way to access an array that is set as a variable via ORK in a script?
I know there is the ORK.Game.Variables.Get... but I am not sure which function achieves this?
  • Are you using ORK 2 or ORK 3?
    ORK 2 has no array/list variables, but ORK 3 has them.

    In ORK 3, variables are part of Makinom, so you access them via Maki.Game.Variables.
    List variables can be accessed via Maki.Game.Variables.Lists.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.