playMaker

Author Topic: In game shop select weapon  (Read 2182 times)

QueenM56

  • Junior Playmaker
  • **
  • Posts: 55
In game shop select weapon
« on: May 23, 2018, 07:05:29 AM »
Hi,

I want to create an in game shop for players to select their prefered weapon.
I want to list at least 10 weapons in the shop. When player has enough in game currency, they will be able to unlock the weapons and select to use one of the weapons in the game scene.
I have tried array maker. What I did is to put all the weapons in the scene, and use array manager to selectively activate one of the weapons.
However, I don't know how to connect the array to the shop UI, to archive
1. unlock the weapon with coins so it's selectable
2. select the weapon in from shop and then activate it in game scene.

Please, anyone can help with it?

Thanks
M