Author Topic: Multiple Variables HELP?  (Read 2606 times)

Hey I am making an RP server using VCE. However, I have ran into a problem. I have gotten everything with variables regarding selling and buying down pat. But just now I tried to add a second item for sale in the same event string. However, when I click a certain item it just gives me both items instead of the specific one I wanted to buy. I was thinking I would have to do something that involved toggling the events enabled, but I am not sure how to do this. Any suggestions?

Thanks for your help.

P.S. I am using Cashmod II if that matters.

You shouldn't need to toggle events with the latest VCE...

Edit: Could you post an image of your events so we have a better idea to what you're trying to do with one brick?
« Last Edit: January 29, 2011, 12:22:34 AM by Snaily »

You need to look into Algorithms/Sub Events for multiple IF statements.

I'm positive I covered it in the manual.

It won't let me take a screen shot while my event window is up...

You need to look into Algorithms/Sub Events for multiple IF statements.

I'm positive I covered it in the manual.

Though it does have it in there, I tried it and it didn't work...
« Last Edit: January 29, 2011, 12:57:25 AM by namone »

Hit the "Prt Scr" key, then ctrl+v into paint.

Prt Scr? ...Sorry don't quite understand what that meens. Does it meen Part Screen?


Might have found it.


Edit: got it.
« Last Edit: January 29, 2011, 01:05:56 AM by namone »

Prt Scr? ...Sorry don't quite understand what that meens. Does it meen Part Screen?


Might have found it.
prt scr - print screen, it saves a screenshot of your screen to the clipboard, ready to paste in other programs

Okay  here are my events.

Here is the bottom part of the events.

Get rid of the coma and use a space. Also the box is a range of numbers not which events you want to activate.

Get rid of the coma and use a space. Also the box is a range of numbers not which events you want to activate.


Explain? I did the space thing but what are you saying about a range of numbers?


Explain? I did the space thing but what are you saying about a range of numbers?
If you type in say [20 25] it activates the IfVarableTrue/False events for event number 20-25, so 20, 21, 22, 23, 24, and 25 all get activated. You have to organize your events.

Oh I see okay. I'll give it a shot

Doesn't seem to be working...This is my event string. Tell me what I am doing wrong...I am getting annoyed lol.