Phoenix Viewer

The "announce keys to hud" feature fails when the avatar makes a teleport to a new region.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: Phoenix Viewer 1.5.1.373
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:

Description

In the past, the feature "send keys to HUD" always send the keys when you arrive to a new region, but actually is not working in this particular case.

Issue Links

Activity

Hide
Bluecat Jun added a comment - - edited

When I say "in this particular case" is because the feature works when the avatar log in for first time in a region, or if you uncheck and check the "send keys to HUD" checkbox at the radar options screen, but NOT if the avatar makes a teleport to another region (script enabled).
Thanks for reading me

Bluecat

Show
Bluecat Jun added a comment - - edited When I say "in this particular case" is because the feature works when the avatar log in for first time in a region, or if you uncheck and check the "send keys to HUD" checkbox at the radar options screen, but NOT if the avatar makes a teleport to another region (script enabled). Thanks for reading me Bluecat
Hide
Whirly Fizzle added a comment -

Duplicate of PHOE-1023

Show
Whirly Fizzle added a comment - Duplicate of PHOE-1023
Hide
Jessica Lyon added a comment -

You can trigger a re broadcast of uuid's from the viewer using the following code.

changed(integer what)
{
if(what & CHANGED_REGION)

{ llTriggerSound("76c78607-93f9-f55a-5238-e19b1a181389", 1.0); }

}

Show
Jessica Lyon added a comment - You can trigger a re broadcast of uuid's from the viewer using the following code. changed(integer what) { if(what & CHANGED_REGION) { llTriggerSound("76c78607-93f9-f55a-5238-e19b1a181389", 1.0); } }

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: