Can you fix my computer code?

I'm trying to place an ad in Second Life.

This is supposed to take people to my website,

but it doesn't work.

What's wrong?

default

{

state_entry()

{

llSay(0, "What do they all want?");

}

touch_start(integer total_number)

{

llSay(0, "Touched.");

llLoadURL(null_key, "Read Sex Drugs & Rock & Roll!", http://www.cabrobst1.multiply.com/);

}

Update:

SL wiki gave me the proper syntax and I adapted it to my needs:

default

{

touch_start(integer total_number)

{

llLoadURL(llDetectedKey(0), "Read Sex Drugs & Rock & Roll!", "http://cabrobst1.multiply.com");/

}

}

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Helpful Social

Copyright © 2024 Q2A.ES - All rights reserved.