LlGiveInventory/ja
From Second Life Wiki
警告
- inventoryがプリム内から無くなっている場合、エラーがDEBUG_CHANNELで報告されます。
- 取引が失敗したとしても、知る方法はありません。
- destination範囲のスクリプトは無効です(動きません)。プリムへ動いているスクリプトを送るにはllSetRemoteScriptAccessPinを使用します。
例
default { touch_start(integer n) { //Gives this script to whoever touches the object. llGiveInventory(llDetectedKey(0), llGetScriptName()); } }

