Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

need sub menus, please help

dave2bwhipped Ansar
Registered User
Join date: 3 Oct 2008
Posts: 17
02-11-2009 19:58
OK, so here is the problem. I have gotten a menu script that will allow the owner to choose a different color and or texture. However in the script it does not allow for submenus within the differnent color or texture and I am stuck trying to get it to work. Any help is grateful

#[texton]
#uncomment about for all the debug text, customers wont need to see it.
#for large link sets you will see a LOT of text.

[menu]
# main menu buttons here
main menu,Nipples,Metals,Gems,reset,about

[menu]
# list nipple color names here, that appear on the nipple menu
nipples,yellow, red/orange, purple/pink, blue, black, brown, green,clear,main menu

[menu]
# list metal texture button names here that appear on the texture menu
metals,gold, silver, titian, gothic,clear,main menu

[menu]
# list gem textures btton names that appear on the gem menu
gems,diamond, ruby, emerald, sapphire,clear,main menu

[menu]
about,main menu

[menutext]
main menu,Gaea Designs Color/Texture Changer
nipples,Nipple Color
metals,Metal Texture
gems,Gem Texture
about,About Menu - describes menu

[menuaffect]
#tells the prim name of what is to be changed, ie nipple, metal, gem
nipples,nipple
metals,metal
gems,gem

[menuaction]
#lists the name of the color or texture, which it is (ie color or texture) and the value of it, #either a texture UUID or included image or the color numbers (or it can be both)

clear,texture,5748decc-f629-461c-9a36-a35a221fe21f,color,<1.0,1.0,1.0>

yellow,color,<1,1,0>
red,color,<1,0,0>
green,color,<0,0.5,0>
black,color,<0.0,0.0,0.0>
gold,texture,2f68b41b-7a0c-26ac-2fe6-dbd8e6fb183b,color,<1,0.84,0>
silver,texture,541390d3-f8ba-9a32-8dcc-de9e935f5583,color,<0.75,0.75,0.75>
gothic,texture,13fe025f-001f-4d16-a1da-5377cc5ef26f
titian,texture,a7d68d12-b948-ba35-a304-1ede82900068
diamond,texture,23bd527c-0283-ce2f-78be-e828de794d39
emerald,texture,b009d319-1ba4-b494-3a0e-583bcac34cb6
ruby,texture,23017d73-cc43-5c78-9a6a-d91c6bb9eacf
sapphire,texture,eaacd71a-b36a-a48f-7156-de226d52c2fd
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
02-11-2009 20:45
See this just posted a couple of days ago

/54/9c/306718/1.html
dave2bwhipped Ansar
Registered User
Join date: 3 Oct 2008
Posts: 17
02-11-2009 20:48
From: Destiny Niles
See this just posted a couple of days ago

/54/9c/306718/1.html


and what does that have to do with this post? Doesn't tell me how to make a submenu of the color or texture relivent to this script
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
02-11-2009 21:11
If you want help getting a script you wrote to behave, or tips about how to write one, you've come to the right place. That thread the other day should give you a good head start.
dave2bwhipped Ansar
Registered User
Join date: 3 Oct 2008
Posts: 17
02-11-2009 21:13
From: Rolig Loon
If you want help getting a script you wrote to behave, or tips about how to write one, you've come to the right place. That thread the other day should give you a good head start.


Actually it doesn't

What I need is some help with making a submenu with this script
Lazink Maeterlinck
Registered User
Join date: 8 Nov 2005
Posts: 332
02-11-2009 21:23
It's hard for people to help you, when they have no idea how the script works internally. It sounds to me like you bought something with a notecard setup that allows menus, what I would suggest is getting in contact with the maker of the script and ask them.
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
02-11-2009 21:31
Your post looks like the contents of a notecard, maybe. There's no way to tell how the script works by looking at what's here.
Laurence Corleone
Registered User
Join date: 12 Oct 2006
Posts: 126
02-11-2009 23:29
From: dave2bwhipped Ansar
Actually it doesn't

What I need is some help with making a submenu with this script


This line from Hewee is what you were pointed to

From: Hewee Zetkin
IN GENERAL the answer is: can you modify the scripts in question, or do you know the chat protocols they use? If so, then PROBABLY you can do this. If not, PROBABLY you cannot.


If you/we can't see the script you are working on then you PROBABLY can't do what you want to do.
_____________________
There are no stupid questions, just stupid people.
Innula Zenovka
Registered User
Join date: 20 Jun 2007
Posts: 1,825
02-12-2009 00:37
When you asked about this a few days ago, Dave, you were directed to this thread, /54/13/304228/1.html.

What difficulties are you having with the example posted at /54/13/304228/1.html#post2301860?