Moleculor Satyr
Fireflies!
Join date: 5 Jan 2004
Posts: 2,650
|
10-22-2004 02:23
Is there any way of preventing avatars from grabbing physics objects and moving them around?
Yeah, I know. Stupid newbie question. Ptht.
|
Ardith Mifflin
Mecha Fiend
Join date: 5 Jun 2004
Posts: 1,416
|
10-22-2004 03:07
I imagine that llSetStatus(STATUS_BLOCK_GRAB) would work.
|
Moleculor Satyr
Fireflies!
Join date: 5 Jan 2004
Posts: 2,650
|
10-22-2004 03:16
I KNEW I'd seen it somewhere!
|
Ardith Mifflin
Mecha Fiend
Join date: 5 Jun 2004
Posts: 1,416
|
10-22-2004 03:17
Oops. I left off part of the command. It's actually:
llSetStatus(STATUS_BLOCK_GRAB, TRUE);
|