- 現在との差分 を表示
- ソース を表示
- OpenSim/MoneyServer/LSL へ行く。
1: 2011-05-06 (金) 16:28:02 iseki | |||
---|---|---|---|
Line 1: | Line 1: | ||
+ | *** Sample LSL [#u2f13ff1] | ||
+ | **** llGiveMobey [#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 |
- OpenSim/MoneyServer/LSL のバックアップ一覧
- OpenSim/MoneyServer/LSL のバックアップ差分(No. All)
- 1: 2011-05-06 (金) 16:28:02 iseki
- 現: 2011-05-06 (金) 16:28:50 iseki