Skip to content

Instantly share code, notes, and snippets.

integer i = 1;
vector target;
vector dest;
integer handle;
list point = [
<3,0,0>,
<0,3,0>,
<-3,0,0>,
<0,-3,0>
//**********************************
//teleporter(group only).lsl
//2017-04-19 MasterPoppy
//**********************************
//**********************************
//行き先の座標
vector dest_pos = <75.0,136.0,22.5>;
//**********************************
//**********************************
//teleporter(group+MP).lsl
//2017-04-22 MasterPoppy
//**********************************
//**********************************
//行き先の座標
vector dest_pos = <75.0,136.0,22.5>;
//**********************************
// ************************************
// Attachment Analyzer.lsl
// 2017-03-29 MasterPoppy
// ************************************
key url_request;
string URI;
string HTML_BODY =
"<!DOCTYPE html>
<html>
@masterpoppy
masterpoppy / UUID List Maker.lsl
Last active July 19, 2017 18:16
[monso] Texture Changer
key request;
string URI;
string name;
string str;
title()
{
llSetText("*UUID List Maker*\nDrop textures and Touch.", <1,1,1>, 1.0);
}
// *************************
// check-alphanumeric.lsl
//*************************
integer ch = -1;
integer handle;
textbox(key user, string msg)
{
llListenRemove(handle);
// *********************************
// auto temp attach(attachment).lsl
// *********************************
integer attach_point;
default
{
on_rez(integer start_param)
{
@masterpoppy
masterpoppy / UUID List Maker(http-in).lsl
Last active October 26, 2019 02:27
http-inとブラウザを利用してtimestampの混入を廃して一括で膨大なTexture UUID Listを作成するやつ。
//********************************
// UUID List Maker(http-in).lsl
// 2017-08-23 MasterPoppy
//********************************
// http-inとブラウザを利用してtimestampの混入を廃して一括で膨大なTexture UUID Listを作成するやつ。
// プリムにスクリプトを入れたあと、テクスチャを投入してタッチするだけで動作します。
//********************************
key request;
string URI;
string name;