Skip to content

Touch Commands

Commands controlling object interaction and touch behavior.

@fartouch

@fartouch[:max_distance]=<y/n>

Version: v1.11 (distance parameter added v2.9.20)

Prevents touching objects beyond 1.5m (default). Optional max_distance sets custom limit. Multiple objects: retains minimum distance.

@touchfar

@touchfar[:max_distance]=<y/n>

Version: v2.4 (distance parameter added v2.9.20)

Synonym for @fartouch.

@touchall

@touchall=<y/n>

Version: v2.4

Prevents touching any objects or attachments. Does not apply to HUDs.

@touchworld

@touchworld=<y/n>

Version: v2.4

Prevents touching objects rezzed in-world (not attachments or HUDs).

@touchworld

@touchworld:<UUID>=<rem/add>

Version: v2.5

Adds exception to touch a specific object.

@touchthis

@touchthis:<UUID>=<rem/add>

Version: v2.5

Prevents touching the object with the specified UUID.

@touchme

@touchme=<rem/add>

Version: v2.6

Adds exception to touch the object containing this script.

@touchattach

@touchattach=<y/n>

Version: v2.4

Prevents touching attachments (theirs and others'). Does not apply to HUDs.

@touchattachself

@touchattachself=<y/n>

Version: v2.4

Prevents touching own attachments (but can touch others'). Does not apply to HUDs.

@touchattachother

@touchattachother=<y/n>

Version: v2.4

Prevents touching others' attachments (but can touch own). Does not apply to HUDs.

@touchattachother

@touchattachother:<UUID>=<y/n>

Version: v2.9.29

Prevents touching a specific avatar's attachments.

@touchhud

@touchhud[:<UUID>]=<y/n>

Version: v2.9.20

Prevents touching HUDs. Optional UUID limits to specific HUD.

@interact

@interact=<y/n>

Version: v2.9.20

Prevents touching any objects, attachments, or HUDs. Also prevents editing, rezzing, and sitting.


See also: Clothing & Attachments | Inventory & Shared Folders