Currently What I'm doing is trying to have my game create an object when you right click, however I don't have the want to manually program it.
--------------------------------------
So here's what I want the game to do
Have 3 Objects with the same Qualifier
Depending on the Current Value of a Counter, I want to create an object
The game will create the object with the Alterable Value that is equal to the counter's current value.
----------------------------------------------------------------------------------------------------
Anybody know of a way to do this?