Author Topic: Event Request  (Read 665 times)

So, i heard about guys, that make a lot of small, but useful events. There are is my request:

Many people maybe like this, but they, also, maybe need some events, like this.

OnActivate -> Self -> Client -> Dysplay Message Box Yes\No (text) [Do you love the chocolate?]

On Yes Button Pressed -> Client -> IncScore 5 - When you agree with displayed question.

On No Button Pressed - > Player -> Burn - When you reject a question

On Close (X) Button Pressed -> Client -> Center Print [Are you more like donuts?] When you close question window

On Message Box Displayed - also maybe create this input event too? What are client\player\brick does, when message box is displayed?

Also, i didn't find any theme, like this, so i create this topic. Please, if you can make this, post bellow.

Sorry for my english.
« Last Edit: January 09, 2014, 12:58:19 AM by Halmet »

Use Promp Events. It has no onCloseButtonPressed, but that's useless, and it has no onMessageBoxDisplayed, but that's also useless. So get over it.

Wrong interpretation.

onMessageBoxDisplay would be redundant.  Just use more events under promptClient with the same trigger.  If you only want it to happen while the message box is open, just use another event to revert with onPromptAccept or onPromptDecline.

yeah what you're requesting is called prompt events and they already exist

Wrong interpretation.
What are you talking about. He gave you exactly what you asked for.

Wrong interpretation.
He gave you what you have asked for. The events are completely related. (Just it uses Self, but still)