|
Huge Homewood
Registered User
Join date: 6 Feb 2007
Posts: 11
|
12-22-2007 07:03
hey there. i would like to know if and how it would work to set up a config notecard if the object has several prims. like a panel. different buttons and one main prim. i found this here: http://www.wakatech.com/articles/lsl-scripting-basics/configuring-lsl-scripts-using-a-notecard/what i´m trying to do is a quick chatting device. u press a button and get a prefab chat answer. like the standart things that i might need most. thanks a lot greez homewood
|
|
Xhawkx Holden
Registered User
Join date: 1 Nov 2006
Posts: 86
|
12-22-2007 08:56
You setup a script in the main object that does several things... 1.) read your notecard for the configuration 2.) listens for linked messages coming from the buttons
on the buttons.. they just send a linked message to the main script saying "button1" or "button2"
then main script hears this and says the appropriate message that was read from the notecard.
|