Purchasing a Product fires other Product purchase scripts

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear! - I want to fix an issue that when I buy a product, it fires another product purchase

  2. What is the issue?



    here is my two scripts. They both output different things when the item is bought.

Everytime I purchase a Product from one, the other fires along with it.

  1. What solutions have you tried so far? I would try solutions but I don’t even know where to start

I also forgot to mention that it also adds both of the product amounts (300 + 600) to the total currency.

Perhaps you need to add a check what exactly the player bought in the PromptProductPurchaseFinished event?

if id==... then

This works flawlessly! Thanks a bunch!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.