Author Topic: VCE and Weapons  (Read 1313 times)

I know I had a topic before this about certain events, but since it has become old and the title didn't fit the current help needed, I have created a new one. Also, sorry for all the topics about events and stuff; I am making something that needs quite a bit of complicated events. But it's top secret so you-no-see.

What I need help with:
I have a brick that, when you click it, sells an item to you for a certain amount of points. I know how to subtract points, make sure you have enough points to buy the item, and add the item, but I want the brick that sells the item to know if you have bought it or not. If this is possible, if you have bought the item, it will just give you it without charging you points. If you have not bought the item yet, then it checks if you have enough points, subtracts the points from you if you do, and gives you the item.

If you could please reply with the events (either a picture of them, typed (accurately!) in the reply box, or in some other way) included, it would be very helpful.

I know I had a topic before this about certain events, but since it has become old and the title didn't fit the current help needed, I have created a new one. Also, sorry for all the topics about events and stuff; I am making something that needs quite a bit of complicated events. But it's top secret so you-no-see.

What I need help with:
I have a brick that, when you click it, sells an item to you for a certain amount of points. I know how to subtract points, make sure you have enough points to buy the item, and add the item, but I want the brick that sells the item to know if you have bought it or not. If this is possible, if you have bought the item, it will just give you it without charging you points. If you have not bought the item yet, then it checks if you have enough points, subtracts the points from you if you do, and gives you the item.

If you could please reply with the events (either a picture of them, typed (accurately!) in the reply box, or in some other way) included, it would be very helpful.
so what you need help with the VCE events?

so what you need help with the VCE events?
Please use commas, sometimes they're very important. I could see this as "so what! you need help with VCE?" or "so what you need help with, VCE events?"

And yes, I need help with VCE events.

set a varaible to 1 or so if they buy it, then check it in the beginning whenever they click it, or have a buy button and a get button

set a varaible to 1 or so if they buy it, then check it in the beginning whenever they click it, or have a buy button and a get button
Can you take a picture of all the events? Or maybe just type them here? I really have little experience with VCE. All I know is like RetroCheck and simple stuff.....which is why this thread was made.

didn't i give events for this already?

besides, the only way to gain respect in blockland is to experiment and try out, trial and error.  Go look stuff up on youtube, i learned how to use VCE from one video on how to make an RP tree.

all that VCE is is "if, then; change this to that; from this, select that" not that hard to figure out if you just use your brain.

didn't i give events for this already?
It didn't work.
besides, the only way to gain respect in blockland is to experiment and try out, trial and error.  Go look stuff up on youtube, i learned how to use VCE from one video on how to make an RP tree.
I don't really care about being respected on a computer game.
all that VCE is is "if, then; change this to that; from this, select that" not that hard to figure out if you just use your brain.
I'll try that and report back to you.


pretty sure this works, replace burn with the additem


pretty sure this works, replace burn with the additem
actually, I did it a better and more easier way. But I cant show photos..

It didn't work.

bullstuff it worked, i just tried it and worked perfectly.

-snip-
pretty sure this works, replace burn with the additem
When I test this out, can I add points with another brick using OnActivate - Client - IncScore (5) ? Or do I have to actually kill someone 5 times or do it some other way.

I put exactly what you have into my brick and every time I click it it says "You cannot buy (item). You need 5 points".

When I test this out, can I add points with another brick using OnActivate - Client - IncScore (5) ? Or do I have to actually kill someone 5 times or do it some other way.

I put exactly what you have into my brick and every time I click it it says "You cannot buy (item). You need 5 points".
No, you can get points in any way.

actually, I did it a better and more easier way. But I cant show photos..
I don't believe you, because that is the easy method.

actually, I did it a better and more easier way. But I cant show photos..
yeh you probably didnt

I still have not gotten events that work.