1. Hey there,

    I want to create a helper plugin, and for this I've seen some people use Library Functions, but I can't find any documentation on how to use them. Where can I find those?
     
  2. Wulf

    Wulf Community Admin

  3. This post should've been in experimental. Sorry.

    I can see the library functions you created, but I want to create my own
     
  4. Wulf

    Wulf Community Admin

    The library functions are there for non-C# plugins to utilize, I don't really see a need to create new ones though. What exactly are you wanting to create?
     
  5. I have a plugin that handles a level bar, and I want to utilize this from my main plugin. So, I want to call updateLevelbar() on Levelbar.cs from Main.cs
     
  6. Wulf

    Wulf Community Admin

  7. Cheers. Thanks mate