LlTeleportAgentHome/ja
From Second Life Wiki
メインページ > LlTeleportAgentHome > LlTeleportAgentHome/ja
関数: llTeleportAgentHome( key agent );
オーナの土地にいるエージェントを警告なしにホーム位置へテレポートします。God Summonや(コンバット・ゾーンでの)死亡処理に似た動作です。
| • key | agent |
オブジェクトオーナは土地のオーナでもなければいけません。もし土地がグループに寄贈されている場合は、この関数を動作させるにはオブジェクトも同じグループに寄贈されている必要があります。
例
// by Cory Bjornson default { state_entry() { llSetText("Don't touch me!", <1,0,0>, 5.0); } touch_start(integer total_number) { llTeleportAgentHome(llDetectedKey(0)); // Teleports the Agent home } }
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。

