over_cloud9
Member
i tried to increase the amount of gold by declaring a variable(gold) for it and then multiplied that control variable(gold) with 20.but the amount of gold remained unchanged.the problem with eventing is that it cannot be customized always.
in programming,what we do is-
declare variables 'i','j' and 'k'.then set
i=10
j=20
and then get the product by-
k=i*j
unfortunately i cannot declare a variable similar to 'k' in RMVX which would hold the value of the end product.how do i do it using events?i can assign values to i and j but cannot assign the result to 'k' using events.plz help me.
in programming,what we do is-
declare variables 'i','j' and 'k'.then set
i=10
j=20
and then get the product by-
k=i*j
unfortunately i cannot declare a variable similar to 'k' in RMVX which would hold the value of the end product.how do i do it using events?i can assign values to i and j but cannot assign the result to 'k' using events.plz help me.