#author("2023-12-30T12:23:17+00:00","default:iseki","iseki")
** Sample LSL for Money Server [#u2f13ff1]

*** llGiveMoney [#zba5d8a4]
 default
 {
    state_entry()
    {
        llSay(0, "Script running");
        llRequestPermissions(llGetOwner(), PERMISSION_DEBIT); 
    }
     
    touch_start(integer num)
    {
        llSay(0, "Give Money");
        llGiveMoney(llDetectedKey(0), 100);
    }
 }
#br


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