Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: QueenM56 on May 23, 2018, 07:05:29 AM

Title: In game shop select weapon
Post by: QueenM56 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