Difference between revisions of "User:Icktoofay Kamachi/LSL Wishlist"
Jump to navigation
Jump to search
m |
|||
Line 5: | Line 5: | ||
==LSL Custom Pie Menu== | ==LSL Custom Pie Menu== | ||
With this, you would be able to add custom pie menu items. This could be in a submenu like the "More >" item, except... (in place of Touch? Or add another space in the pie menu? I need some feedback here) So it could say something like "Script >" and in there there would be multiple menu items that the script added. If the client isn't new enough to support it, then you could add it as a dialog. (I haven't thought of a trigger for that though) Either way, it may be easier for users to open the pie menu, click on script, then click an item. And yeah, this is a way for scripters to be lazy and not have to code in dialogs too. XD | With this, you would be able to add custom pie menu items. This could be in a submenu like the "More >" item, except... (in place of Touch? Or add another space in the pie menu? I need some feedback here) So it could say something like "Script >" and in there there would be multiple menu items that the script added. If the client isn't new enough to support it, then you could add it as a dialog. (I haven't thought of a trigger for that though) Either way, it may be easier for users to open the pie menu, click on script, then click an item. And yeah, this is a way for scripters to be lazy and not have to code in dialogs too. XD | ||
<ul> | |||
<li>[[User:Icktoofay Kamachi/LSL_Wishlist/menu|menu]]</li> | |||
<li>[[User:Icktoofay Kamachi/LSL_Wishlist/llAddMenuItem|llAddMenuItem]]</li> | |||
<li>[[User:Icktoofay Kamachi/LSL_Wishlist/llRemoveMenuItem|llRemoveMenuItem]]</li> | |||
</ul> |
Revision as of 19:47, 17 June 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
This is just a place where I put some things I want implemented in LSL.
LSL Custom Pie Menu
With this, you would be able to add custom pie menu items. This could be in a submenu like the "More >" item, except... (in place of Touch? Or add another space in the pie menu? I need some feedback here) So it could say something like "Script >" and in there there would be multiple menu items that the script added. If the client isn't new enough to support it, then you could add it as a dialog. (I haven't thought of a trigger for that though) Either way, it may be easier for users to open the pie menu, click on script, then click an item. And yeah, this is a way for scripters to be lazy and not have to code in dialogs too. XD