Sample LSL for Money Server[edit]

llGiveMoney[edit]

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

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-12-30 (土) 21:23:17