ソラマメブログ

  

Posted by at

2007年05月04日

コードの貼り付け

コードを貼ってみる。
キーワードを色付けとかはプラグインがいるのかな。

default
{
state_entry()
{
llSay(0, "Hello, Avatar!");
}

touch_start(integer total_number)
{
llSay(0, "Touched.");
}
}
  


Posted by march at 10:02Comments(0)LSL