Develop (kids)
LSL_Script 오브젝트 선택시에, 웹페이지 연결하기.
mouse-david
2011. 4. 19. 20:26
728x90
touch_start(integer total_number)
{
key gAvatarKey = llDetectedKey(0);
llLoadURL(gAvatarKey, "View the offical Second Life website.", "http://www.secondlife.com");
}
728x90