Copy and paste the script:
default
{
state_entry()
{
}
touch_start(integer total_number)
{
llSetPrimitiveParams([PRIM_PHANTOM,TRUE]);
llSleep(5.0);
llSetPrimitiveParams([PRIM_PHANTOM,FALSE]);
}
}
Copy and paste the script:
default
{
state_entry()
{
}
touch_start(integer total_number)
{
llSetPrimitiveParams([PRIM_PHANTOM,TRUE]);
llSleep(5.0);
llSetPrimitiveParams([PRIM_PHANTOM,FALSE]);
}
}
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.