Hmm. I am really not sure the best way to go about this.
What I want is a series of collectable items in my map, which you touch to collect, and then it's displayed in a hud.
I think I can work out how to do the hud from tutorials, but I don't even know where to begin with the collectable items.
I tried using kismet but haven't got a clue. My thought was:
- trigger touched -> add 1 to variable
and I got stuck even there. How would I be able to duplicate the items and have kismet for all of them without having to type it out each time? And where even is the "add 1 to variable" command -.-
What I want is a series of collectable items in my map, which you touch to collect, and then it's displayed in a hud.
I think I can work out how to do the hud from tutorials, but I don't even know where to begin with the collectable items.
I tried using kismet but haven't got a clue. My thought was:
- trigger touched -> add 1 to variable
and I got stuck even there. How would I be able to duplicate the items and have kismet for all of them without having to type it out each time? And where even is the "add 1 to variable" command -.-