- ソース を表示
- LSL/payment へ行く。
現: 2011-08-29 (月) 12:41:13 admin ![]() |
|||
---|---|---|---|
Line 1: | Line 1: | ||
+ | default | ||
+ | { | ||
+ | state_entry() | ||
+ | { | ||
+ | llSay(0, "Script running"); | ||
+ | llRequestPermissions(llGetOwner(), PERMISSION_DEBIT ); | ||
+ | } | ||
+ | |||
+ | touch_start(integer num) | ||
+ | { | ||
+ | llSay(0, "Click me"); | ||
+ | llGiveMoney(llDetectedKey(0), 100); | ||
+ | } | ||
+ | } |
- LSL/payment のバックアップ差分(No. All)
- 現: 2011-08-29 (月) 12:41:13 admin