Author Topic: Using Events, How do you make money?  (Read 1323 times)

Like the title says; I want to learn how to add money using events.
(Click button) 1 Coin (Click again) 2 coins (Sell for bow) Lost 2 coin.
Like that. Can you tell me?



download the variable events addon

download the variable events addon
As in, Show me how to use the variable events to make the money event.

You downloaded it right?  Then it's described in layman's terms on the first post, just read it.  If you did not download then look in the add-ons folder for variable/conditional events.
« Last Edit: November 19, 2008, 05:32:31 PM by PJ Boy »

You downloaded it right?  Then it's described in layman's terms on the first post, just read it.  If you did not download then look in the add-ons folder for variable/conditional events.
I read, I don't understand, Can you put it in codes like....


OnActive--> Etc--> etc..

It explains it real well, that's how I learned it.

It explains it real well, that's how I learned it.

I'm not like you. Just try it for me (tell me code).

activate>self>addvariable (name ex. la) (number ex. 1)

activate>self>ifvariable (brick) (name ex. la) Equals (Number ex. 3)

VariableTrue>self>setcolor (red)

Variablefalse>self>setcolor (blue)

This makes it so you have to click the brick 3 times to change it to red and only once to change it to blue.  You can also add variables to players and clients.

As I SEND>> It deleted some of the events.
AND I want to know how to make money -.-

What do you mean it deleted some of the events?

If you want to make it APEAR to use money just add the variables to the player.  Also there are many other features involved such as displaying variables.  I don't feel like explaining this to you so just experiment ok?

What do you mean it deleted some of the events?

D:

It is not sending some of the events = Thus, nothing really happen.

How many times did you click it?  You should have clicked it 3 times.  If it still does not work try replacing the equals with greater equals.  If the events just magicly dissapeared then you have a problem I cannot help you with.  A bad add-on mabey?

How many times did you click it?  You should have clicked it 3 times.  If it still does not work try replacing the equals with greater equals.  If the events just magicly dissapeared then you have a problem I cannot help you with.  A bad add-on mabey?
Clicked about 10+ times, then check the events, there was almost no events there.