LSL/payment
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
default
{
state_entry()
{
llSay(0, "Script running");
llRequestPermissions(llGetOwner(), PERMISSION_DEB...
}
touch_start(integer num)
{
llSay(0, "Click me");
llGiveMoney(llDetectedKey(0), 100);
}
}
終了行:
default
{
state_entry()
{
llSay(0, "Script running");
llRequestPermissions(llGetOwner(), PERMISSION_DEB...
}
touch_start(integer num)
{
llSay(0, "Click me");
llGiveMoney(llDetectedKey(0), 100);
}
}
ページ名: