Author Topic: Making Event, Need Helpers.  (Read 708 times)

Hi, Im New At Scripting But Im Gonna make A Event, That Will Look Like This:
_____________________________ _____
|Event GUI                                       x|
| Do you have a question?                    |
|  _____________________________ __  |
| [         What are the rules?              ] |
| [            What can I build?              ] |
| [           Can I have admin?              ] |
|_________________________________ |

And In Gui:
Code: [Select]
OnActivate > Client > OptionGUI > [Do you have a question?] [What are the rules?] [What can I build?] [Can I have admin?]
OnOption1 > Client > Centerprint > (Insert rules here)
OnOption2 > Client > Centerprint > Anything you want to.
OnOption3 > Client > Centerprint > NO.
If Someone Could Make The Event Ill Make The Gui.
If Your Intrested Then Write Me(Ill Give Credits).
« Last Edit: July 03, 2009, 05:43:23 AM by m@ltH£ »

What about:
Code: [Select]
OnActivate > Client > OptionGUILaunch > [Questiongoeshere]
OnActivate > Client > OptionGUIAddOption > [Option]
OnOption1 > blah
OnOption2 > blah
etc.
etc.
In that way you could get more use of the gui.
For example, if a variable the client carried was true, it would add another option.

Hmm brings an interesting idea to light, an event that makes a GUI.

Hmm brings an interesting idea to light, an event that makes a GUI.

*coughprompteventscough*

*coughprompteventscough*
Explain, I don't use events.

This would be forgetin awesome. And packer, the prompt event is just something that pulls up a text box with customizable text with a Yes/No or Ok/Cancel. There's also onPromptaccept/decline. IMO it's useful, but this will blow it away.

You would need a custom GUI, but the max options you should be able to add is like 3 or 4, we don't want a page long option list.

You would need a custom GUI

This is why the Prompt events are so efficient. The GUI they use is built in to Blockland by default so that clients don't have to download a script just to use events. Plus, there's no real way to force them to download a GUI as of now, meaning if you make custom GUI for events it's going to be a tad inefficient.

I believe Darklight made a way to force them to download a GUI and you did to Truce, I think.