• 0

    posted a message on saving variables globally

    Thanks, exactly what i was looking for

    Posted in: Triggers
  • 0

    posted a message on saving variables globally

    Hi
    I have seen many games (squadron td) that save information (exp/level/achievments) between multiple games/sessions. eg. for a global leaderboard.
    I already searched for this but couldnt find anything.

    So please tell me: how do i do this?

    Posted in: Triggers
  • 0

    posted a message on Change the damage of a skill

    Thanks that worked

    Posted in: Triggers
  • 0

    posted a message on Change the damage of a skill

    Hi I want to recalculate the damage of a abilitie each time sonething happens. The only way I found to achiev this is the function "Catalog - Set value". The problem is that I get a error message ingame saying: "Param not withing the boundries of CatalogReferenceSet: (Amount:-1,min=0,max=15)"

        Events
            Unit - Any Unit dies
        Local Variables
        Conditions
        Actions
            Catalog - Set value of Effect,IonSawDamage,Amount[0] for player Any Player to "50"
    

    Is this the correct function for this problem or is there another workaround? I want to do as many things as possible with triggers.

    Posted in: Triggers
  • 0

    posted a message on How to hide the status bar?

    Hi, I already searched every resource I know for this problem.

    I want to hide the status bar above a unit while pressing ALT even if the statusbar are always set ON. There was a function that was able to do it, but i cant find it anymore. Function

    The Function to hide the statusbar sais that the function is disabled if the option sshow status bar is "always on". So this wont work. Even in the Data-Editor the statusbar option is gone.

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