Second Life/LSL(Linden Scripting Language)/外部スクリプト

Last-modified: 2008-02-20 (水) 23:10:08
default{
 state_entry(){
  llOwnerSay("Hello LSL");
 }
}