Benja Kepler’s SL Blog

Phantom Floor

March 16, 2008 · Leave a Comment

Copy and paste the script:
default
{
state_entry()
{

}

touch_start(integer total_number)
{
llSetPrimitiveParams([PRIM_PHANTOM,TRUE]);
llSleep(5.0);
llSetPrimitiveParams([PRIM_PHANTOM,FALSE]);
}
}

Categories: Building · Scripting · Tutorials

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment