Author Topic: IF and OR events  (Read 1437 times)

Anyone vote to stop helping people who can't help themselves?


The whole reason there is a Suggestions area is so that people who cant do these things can ask for them.

There's a solution already available for this, he's just refusing to use it.

Im not refusing to use it, I am refusing to learn it.

I was asking simply for an easier way to do this than VCE.

Im not refusing to use it, I am refusing to learn it.
Exactly. You're not willing to put any effort into helping yourself.

onActivate>Self>retroCheck>[stuff]
onVariableTrue>[blah]>[blah]>[blah?]


Lolwut?

Exactly. You're not willing to put any effort into helping yourself.


The whole reason there is a Suggestions area is so that people who cant do these things can ask for them.

My god.
« Last Edit: February 09, 2014, 06:58:55 PM by Ducky duck »

This is just stupid,

The topic goes from Good Idea and stuff then someone says something stupid and it backfires on me.

*facepalm
figure out how to use vce then

This is what started it all

This is your problem.
You think everyone else is stupid when you're the only one refusing to learn.

By refusing to learn, you have defeated one of the biggest purposes of being a human being.

Lolwut?
please follow these steps:

1) get a knife
2) go to a quiet place
3) stab yourself

This is the forums; please act more mature. I am trying to help, but I get a "Lolwut?". You have to understand that not everyone wants to make this for you. VCE can do a lot of things, and I just listed the way to do what you requested. We shouldn't make an add-on that can be done with events. Retrocheck is a very useful function, and you can event find it by BL_ID. Also, there is a ifSuperAdmin on RTB.

Chrono and I are trying to help you. There is a VCE guide out there. Use that, that's how I learned some. Next time, don't ever refuse to learn.
« Last Edit: February 09, 2014, 07:30:18 PM by Hawt »

The wrench events aren't a "TorqueScript GUI."

That's just silly.

They actually really, really are.

0onActivateClientcenterPrintYOU'RE DEAD M8    5
1000   onActivate   Player   setVelocity   0 0 50
1250onActivatePlayersetVelocity0 0 -200

%client.centerPrint("YOU'RE DEAD M8", 5);
%player.schedule(1000, "setVelocity", "0 0 50");
%player.schedule(1250, "setVelocity", "0 0 -200");

please follow these steps:

1) get a knife
2) go to a quiet place
3) stab yourself

This is the forums; please act more mature. I am trying to help, but I get a "Lolwut?". You have to understand that not everyone wants to make this for you. VCE can do a lot of things, and I just listed the way to do what you requested. We shouldn't make an add-on that can be done with events. Retrocheck is a very useful function, and you can event find it by BL_ID. Also, there is a ifSuperAdmin on RTB.

Chrono and I are trying to help you. There is a VCE guide out there. Use that, that's how I learned some. Next time, don't ever refuse to learn.

I replied to you saying "Lolwut" because all that text was confusing me.

please follow these steps:

1) get a knife
2) go to a quiet place
3) stab yourself

This is the forums; please act more mature. I am trying to help, but I get a "Lolwut?". You have to understand that not everyone wants to make this for you. VCE can do a lot of things, and I just listed the way to do what you requested. We shouldn't make an add-on that can be done with events. Retrocheck is a very useful function, and you can event find it by BL_ID. Also, there is a ifSuperAdmin on RTB.

Chrono and I are trying to help you. There is a VCE guide out there. Use that, that's how I learned some. Next time, don't ever refuse to learn.

I shouldn't of said "I refuse", that was just stupid.

But what I men't was I have a lot of other things I am learning, like right now I am
trying to focus myself on learning Python. I don't even have VCE, and I don't wan't to learn it at the moment.

I was just asking if someone could make this so people who are not into learning these things could do this more simply.

I Appreciate you and Chrono trying to help me, but it's hard when you are acting like jerks.

They actually really, really are.

0onActivateClientcenterPrintYOU'RE DEAD M8    5
1000   onActivate   Player   setVelocity   0 0 50
1250onActivatePlayersetVelocity0 0 -200

%client.centerPrint("YOU'RE DEAD M8", 5);
%player.schedule(1000, "setVelocity", "0 0 50");
%player.schedule(1250, "setVelocity", "0 0 -200");

This is why people need to google these things first XD

I shouldn't of said "I refuse", that was just stupid.

But what I ment was I have a lot of other things I am learning, like right now I am
trying to focus myself on learning Python. I don't even have VCE, and I don't wan't to learn it at the moment.

I was just asking if someone could make this so people who are not into learning these things could do this more simply.

I Appreciate you and Chrono trying to help me, but it's hard when you are acting like jerks.
call me a jerk again. Also, VCE can be found by searching. This isn't even hard, I provided instructions, so you don't have to do learning much.

Im not refusing to use it, I am refusing to learn it.

I was asking simply for an easier way to do this than VCE.
The amount of work required to write this request for you is far greater than that required to learn VCE. It took me like 10 minutes for the basics.