I Blessed the Rains in Africa

Thread Started By Condoms

2184
0
  • 34 Vote(s) - 3.26 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rate Thread
#1
Script plays a song line: "I Blessed the Rains in Africa".. nonstop.
Based off this song:

[To see links please register here]

Makes the habbo hotel avi, used in the "Pools Closed" raid emit out of it.

Trying out the script to see what would happen. Nonstop poofing everywhere.
Gyazo was acting dumb, so couldn't get a gif of it in action.
[Image: zZKgpRh.png]

Code:
// Particle UUID.
key particles = "8c5bf706-37a9-f1cb-ce5a-391e4056f9cf";

// Sound UUID.
key sound     = "d5f172e3-bff3-3873-063a-6a827aa907ff";

default
{
    state_entry()
    {
        llLoopSound(sound,1.0);
        llParticleSystem(
            [PSYS_PART_FLAGS, PSYS_PART_EMISSIVE_MASK|
            PSYS_PART_BOUNCE_MASK,
            PSYS_SRC_PATTERN, PSYS_SRC_PATTERN_ANGLE_CONE,
            PSYS_SRC_ANGLE_BEGIN, 0.0,
            PSYS_SRC_ANGLE_END, PI/2,
            PSYS_PART_START_COLOR, <1.0,1.0,1.0>,
            PSYS_PART_START_ALPHA, 1.0,
            PSYS_PART_START_SCALE, <2.25,4.0,0.0>,
            PSYS_PART_MAX_AGE, 15.0,
            PSYS_SRC_BURST_PART_COUNT, 64,
            PSYS_SRC_ACCEL, <0.0,0.0,-1.0>,
            PSYS_SRC_BURST_SPEED_MIN, 2.0,
            PSYS_SRC_BURST_SPEED_MAX, 10.0,
            PSYS_SRC_BURST_RATE, 1.0,
            PSYS_SRC_TEXTURE, particles
        ]);
    }
}

Enjoy. If you need help, please ask and I will help you the best way I can.
Reply




Forum Jump:

1 Guest(s)
Share this:

About Second Life Copybot

Second Life CopyBot Forum is a place where you can get items for Second Life and other vitual worlds for free. With our CopyBot viewers you can export and import any content from these virtual worlds and modify them in 3D software such as Blender, 3D studio Macx etc...