Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

What function cause those pop up windows?

Ross McCoy
Junior Member
Join date: 23 May 2004
Posts: 16
07-15-2004 15:45
What function or event cause those pop up windows?
the blue window that comes up in the top right.
Ive seen some things that ask questions and instead of typing in channel, you hit one of the buttons.
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
07-15-2004 15:45
llDialog.

More info at www.badgeometry.com/wiki
_____________________
Touche.
Ross McCoy
Junior Member
Join date: 23 May 2004
Posts: 16
07-15-2004 16:14
thanks, found it.
in this line
llSay(0, "You picked " + llToLower(message) + ".";);

it displays in chat,
Object: You picked, then the button text.

Now if I want "You picked" to be changed with the person that touched the object, how is that put in there, what function, or events or both would i need.