default{ touch_start(integer num)
{
key player = llGetOwner();
llLoadURL(player,"abc","http://www.google.com");
}
}
i try this in LSLeditor ,,it works ..
but not in the game..(when i touch the object ,,, nothing happened )
i notice that im in a script allowed area ,and also , i build my own object,,,