1. Is there a hook for an inventory notice in rust experimental? I can't seem to find it being used on any plugins or the hook being listed in the docs.

    By inventory notice I mean when something is crafted, give or collected +# *item name* appears on the bottom right
     
  2. Wulf

    Wulf Community Admin

    No, sorry. You could probably hook into it directly, but you wouldn't be able to do much aside from displaying existing notices.

    There is a new, very WIP API to add UI elements that was added at the request of @bawNg, but it's a bit unstable right now. http://oxidemod.org/threads/community-entity-ui.9151/
     
  3. Ah thanks, Thought so, would there be one added in the future?

    I'll take a look into that, but yeah.
     
  4. Wulf

    Wulf Community Admin

    We can't wrap/hook what doesn't exist. ;)
     
  5. Ah haha, thanks :D