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");/
}
}
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
ur weblink was auto blocked by a firewall
go to www.codes karan.org