Difference between revisions of "LSL Protocol/Restrained Love Open Relay Group/follow"
Dahlia Orfan (talk | contribs) |
Satomi Ahn (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
STATUS: draft | STATUS: draft | ||
VERSION: | VERSION: 002 | ||
''Implemented in Satomi's Multi-Relay HUD 1. | ''001 Implemented in Satomi's Multi-Relay HUD 1.03b2 (thanks Winter!)'' | ||
'' | ''001 Implemented in Dahlia's multirelay >= 0.44b2'' | ||
== Possible uses == | == Possible uses == | ||
Line 15: | Line 15: | ||
!x-follow/2c0df8cb-148b-4907-beb6-c01832321f3f/3: Make the victim follow Winter Seale at 3m | !x-follow/2c0df8cb-148b-4907-beb6-c01832321f3f/3: Make the victim follow Winter Seale at 3m | ||
!x- | !x-follow/clear: Allow the victim to move freely again | ||
!x-followclear: ('''DEPRECATED''') Synonym of !x-follow/clear. Will be removed in next version. | |||
== Syntax and semantics == | == Syntax and semantics == | ||
Line 25: | Line 26: | ||
:: tau = the tau that llMoveToTarget should be given, lower means you move faster. defaults to 1.5 | :: tau = the tau that llMoveToTarget should be given, lower means you move faster. defaults to 1.5 | ||
'''!x- | '''!x-follow/clear''' | ||
This is essentially a leash with no particles, just the movement part. Only one object may have an active follow at a time. If multirelay receives a second x-follow while another one's still active, it should deny it. If the key is not currently present, the relay should scan for it regularly (example: every 5 seconds) and continue moving toward it when it's found. | This is essentially a leash with no particles, just the movement part. Only one object may have an active follow at a time. If multirelay receives a second x-follow while another one's still active, it should deny it. If the key is not currently present, the relay should scan for it regularly (example: every 5 seconds) and continue moving toward it when it's found. |
Latest revision as of 05:11, 9 June 2011
!x-follow
STATUS: draft
VERSION: 002
001 Implemented in Satomi's Multi-Relay HUD 1.03b2 (thanks Winter!)
001 Implemented in Dahlia's multirelay >= 0.44b2
Possible uses
!x-follow: Make the victim stay next to the issuer
!x-follow/2c0df8cb-148b-4907-beb6-c01832321f3f/3: Make the victim follow Winter Seale at 3m
!x-follow/clear: Allow the victim to move freely again
!x-followclear: (DEPRECATED) Synonym of !x-follow/clear. Will be removed in next version.
Syntax and semantics
!x-follow[/target_key[/distance[/tau]]]
- target_key = defaults to the key of the object issuing the command
- distance = how close you should stay to the target_key, defaults to 2 meters
- tau = the tau that llMoveToTarget should be given, lower means you move faster. defaults to 1.5
!x-follow/clear
This is essentially a leash with no particles, just the movement part. Only one object may have an active follow at a time. If multirelay receives a second x-follow while another one's still active, it should deny it. If the key is not currently present, the relay should scan for it regularly (example: every 5 seconds) and continue moving toward it when it's found.