Author Topic: /yes and /no.  (Read 1383 times)

I know this was suggested a while back, but I don't think it was done.

Basically, it would go something like this:

Code: [Select]
OnActivate > Self > SetYesNo
OnActivate > Client > ChatMessage > "Would you like to die?"
OnNo > Client > ChatMessage > "Ok."
OnYes > Client > ChatMessage > "Alright!"
OnYes > Player > Kill

That's just a suggestion of course, but that would be a good way to do it if it can be done that way.

I found it's possible (kinda) to do this with Passwords:
Code: [Select]
OnActivate->Self->Password--Yes
OnActivate->Client->CenterPrint->(information here) (Y/N)
OnPassword->Client->CenterPrint->Ok!
OnIncorrect->Client->CenterPrint->Well, FINE! If that's the way you want it.
OnPassword->NamedBrick->(whatever you want it to do)
« Last Edit: March 15, 2009, 12:07:58 AM by Jaxx050 »

True, but I think this would uncomplicate decomplicate make things easier.

Well, they have the same number of events. :?

I found it's possible (kinda) to do this with Passwords:
OnActivate->Self->Password--Yes
OnActivate->Client->CenterPrint->(information here) (Y/N)
OnPassword->Client->CenterPrint->Ok!
OnIncorrect->Client->CenterPrint->Well, FINE! If that's the way you want it.
OnPassword->NamedBrick->(whatever you want it to do)

Then you could say "EUKHSDUOSDFB" and it'd count as saying no.

You would want this for wanting specific events to occur on No. Which you do?

I want to eliminate the /password (password) thing in that equation as well.

Then you could say "EUKHSDUOSDFB" and it'd count as saying no.

Actually I think he's got it right.

Yeah, someone had wanted a GUI for when you activate a brick, a box popped up where you typed the pass and clicked OK. Would be better than regular passworded events. They just take too long.

would you rather type "/no" or "/password no" when somebody is chasing you with a taser and you want to get in your bunker.

This just made me think of a vote ban or kick system.

This just made me think of a vote ban or kick system.

I think that's been done.

In fact, I have it in my add-ons folder.

would you rather type "/no" or "/password no" when somebody is chasing you with a taser and you want to get in your bunker.
That was never in debate, read the posts.

I think that's been done.

In fact, I have it in my add-ons folder.
Same. It's good for me. :D