• 0

    posted a message on [Data] Editing the tooltip for resources in game?

    Go to your trigger editor and add a "UI - Show/Hide UI Frame" action. Choose "Supply Frame" as the argument and you're set.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Item Drop on Death

    I just found a very easy workaround for this issue.

    Create a "Unit manipulates inventory" trigger and change it to "Any Unit loses Any Item". Then you can just call a "Remove Unit" action on the "Triggering inventory item" and it is gone. Note that this even works if the unit drops loot. The inventory items are destroyed but the loot is dropped correctly. Of course, you can modify the trigger to only destroy particular items or for particular units.

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