From Second Life Wiki
SetStatus
llSetStatus
Description
Function: llSetStatus( integer status, integer value );
Sets the object status attributes indicated in the status mask to value
| • integer
| status
| –
| bit mask, STATUS_* flags
|
|
| • integer
| value
| –
| boolean
|
|
|
|
|
| STATUS_DIE_AT_EDGE - If the object is rezzed by a script, the default is TRUE
|
Caveats
- Status is an object attribute; all prims in an object share the same status.
- Except for STATUS_BLOCK_GRAB, this only affects the prim the script is in, child prims in linked objects will not be affected.