• 0

    posted a message on [UI] Leaderboard

    Wow! This is so awesome. I would very much want to read your tutorial.

    Posted in: Project Workplace
  • 0

    posted a message on Referencing value from an array

    Hello. I am trying to do the following,

    ---Variables
    RegionArray[]<Region> = RegionArray[3]<Region>;
    RegionArray[0] = Region001;
    ---Event
    When an unit enters RegionArray[0];
    ---Action
    doSomething;
    

    However, I can't find the array as an variable when I am setting up "When an unit enters <variable>" line in Event.

    Is there a way to work around this?

    Thank you ;)

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.