Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • guten tag,

    Its been a while since I've posted anything onto this forum and I'm trying to get used to the new layout changes.


    anyways, I'm looking on how I can make a basic Inventory system to keep items in for the survival colony management game I've been working on.

    it doesn't matter the technique, all i really worry about is that it looks appealing.


    danke!


    - EDIT: Appealing probably not the best word to use, what i should mean is that I want something that isn't out of place

  • There is an Inventory object in the Extension Manager actually, it's pretty easy to use. I just threw together this basic test of getting and checking items in the Inventory object:

    Please login to see this attachment.


    The event code for this is super easy:

    * Button btnGetEgg clicked
    Inventory : Add item Egg

    * Button btnGetApple clicked
    Inventory : Add item Apple

    * User clicks with left button
    + Item Egg is highlighted
    String : Set alterable string to "The Egg is pretty weird looking"

    * User clicks with left button
    + Item Apple is highlighted
    String : Set alterable string to "Appears to be a normal looking Apple"


    Running with the Egg selected:

    Please login to see this attachment.


    There is also an example provided with the extension as well.

  • Thank you so much for this, to be honest i did try the Inventory object out but didn't know how to use it. kind of feel a little embarrassed knowing its that easy.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!