[Opensim-users] OpenSim Application Plugin

paul emery pablo at lansing.com
Wed Aug 17 13:34:17 UTC 2011


Here is how we do the first suggestion by Justin.

// Display URL Dialog 
default { state_entry() { llSetTouchText("Website");}touch_start(integer
num_detected) { key gAvatarKey = llDetectedKey(0); llLoadURL(gAvatarKey,
"open webpage to take survey", "http://www.3dcolab.com/survey.htm"); } }

Obviously change the url to your page.

--
View this message in context: http://opensim-users.2152040.n2.nabble.com/OpenSim-Application-Plugin-tp6685594p6695432.html
Sent from the opensim-users mailing list archive at Nabble.com.



More information about the Opensim-users mailing list