RadethDart
Sponsor
Alright, I have a pretty simple question here...
Question: How can I use a variable in-game to count how many of a certain item was bought.
Example:
@What would you like to buy?
@[Glass Shard]
[Key]
[Potion]
(Player buys 10 potions, 1 Key, and 3 Glass Shards)
@Variable:10(Potions Bought) += {Number of potions bought}
@Variable:11(Keys Bought) += {Number of keys bought}
@Variable:12(Glass Shards Bought) += {Number of glass shards bought}
@End
I would like to know if there is something I can add into a script, or something...I can work with scripts, I am just not sure how I would go about this. :D I would appreciate the help, thanks!
~RadethDart
Question: How can I use a variable in-game to count how many of a certain item was bought.
Example:
@What would you like to buy?
@[Glass Shard]
[Key]
[Potion]
(Player buys 10 potions, 1 Key, and 3 Glass Shards)
@Variable:10(Potions Bought) += {Number of potions bought}
@Variable:11(Keys Bought) += {Number of keys bought}
@Variable:12(Glass Shards Bought) += {Number of glass shards bought}
@End
I would like to know if there is something I can add into a script, or something...I can work with scripts, I am just not sure how I would go about this. :D I would appreciate the help, thanks!
~RadethDart