<div>I am in the process of moving my educational builds, materials, etc. from SL to a hosted OpenSim VW. In turn, I encountered a problem with a "go to website" script -- see the script below. That is, the note card giver script I moved from SL to OpenSim works fine but the "go to website" script does not. Any suggestions for what I need to do to fix the "go to website" script and/or an alternative "go to website" script?</div>
<div> </div>
<div>Note: Even though it is likely quite obvious, the extent of my programming experience is limited to using and modifying LSL script recipes.</div>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
<div>string message="Touch to open the School of Continuing Studies web site..."; //Put your message for the Load URL window here</div>
<div>string URL="<a href="http://www.scs.tulane.edu/">http://www.scs.tulane.edu/</a>"; //Put the URL you want to open here</div>
<div>default
<div>{</div>
<div> state_entry()</div>
<div> {</div>
<div> llSetText(llGetObjectName(), <1.0, 1.0, 1.0>, 1.0);</div>
<div> }</div></div>
<div> touch_start(integer total_number)
<div> {</div>
<div> llLoadURL(llDetectedKey(0),message, URL");</div>
<div> }</div>
<div>} </div></div></blockquote>
<div dir="ltr"><font style="BACKGROUND-COLOR: #ffff99">With the following error received: (15, -1) Unexpected EOF</font></div>
<div> </div>
<div>Thank you in advance for your help!</div>
<div> </div>
<div>Best,</div>
<div>Kay</div>
<div> </div>
<div><font size="2" face="Arial"><em>Kay L. McLennan, Ph.D.<br>Professor of Practice<br> & Acting Director, Online Learning<br>School of Continuing Studies<br>Tulane University<br></em></font><a href="mailto:kmclenna@tulane.edu" target="_blank"><font color="#0000ff" size="2" face="Arial"><em>kmclenna@tulane.edu</em></font></a><br>
<font size="2" face="Arial"><em>Teaching web site - </em></font><a href="https://ent.tulane.edu/exchweb/bin/redir.asp?URL=https://ent.tulane.edu/exchweb/bin/redir.asp?URL=http://www.tulane.edu/~kmclenna" target="_blank"><font color="#0000ff" size="2" face="Arial"><em>http://www.tulane.edu/~kmclenna</em></font></a> </div>
<div>
<div>
<div><font size="2" face="Arial"><em>SCS in Second Life - </em></font><a href="https://ent.tulane.edu/exchweb/bin/redir.asp?URL=https://ent.tulane.edu/exchweb/bin/redir.asp?URL=http://sites.google.com/site/scs3dlearn" target="_blank"><font color="#0000ff" size="2" face="Arial"><em>http://sites.google.com/site/scs3dlearn</em></font></a><br>
<em><font size="2" face="Arial">Facebook Pages - Online Learning @ Tulane's School of Continuing Studies & Tulane Virtual Worlds Forum</font></em></div></div></div>