LlMapDestination/ja
From Second Life Wiki
メインページ > LlMapDestination > LlMapDestination/ja
例
//Click the object this script is in and your map opens up in the middle of Oasis. default { touch_start(integer num) { llMapDestination("Oasis", <128, 128, 0>, ZERO_VECTOR); } }
ノート
- posはsimname内ではないリージョン構成でも動くでしょう。 (llRequestInventoryDataで返されるような具合です)
- オーナ以外のtouchイベントで呼ばれた場合、オーナのみ作動します。
- touchで呼ばれた場合、イベントキューの最初もしくは最後でのみ動くでしょう。(例: num_touched > 1)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。

