#author("2024-09-02T03:36:52+00:00","default:iseki","iseki")
 default
 {
    state_entry()
    {
        llSay(0, "Script running");
        llRequestPermissions(llGetOwner(), PERMISSION_DEBIT ); 
    }
    
     touch_start(integer num)
     {
         llSay(0, "Click me");
         llGiveMoney(llDetectedKey(0), 100);
     }
 }

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS