
Window controls.
New objects: Window,Textbox,Button,CheckBox
New Methods:
llAddToWindow(Window w,Object O,integer X, integer Y) adds a string, number, textbox,button,checkbox etc. to the window W at specified position.
llOpenWindow(Window W);
llCloseWindow(Window W);
llAdjustWindow(integer Property, value) - set hieght, width, etc
llGetValue(Object O); These two may need to actually be several
llSetValue(Object O, float Value); different methods
New States: WindowOpen, WondowClose
New (sub)features: Ability to add scripts to an Avatar. Ability to trigger scripts by hotkeys - maybe a keypressed state or something.
Benefits (or why the heck would I want this):
This would allow for, among other things, allowing owners to modify parameters of a script that is nonmodifiable (if that ever gets into the game

I'm sure there are more ideas too.

