Page MenuHomeFeedback Tracker

Custom chat channel remains selected after using radioChannelRemove
Closed, ResolvedPublic

Description

When using radioChannelCreate to create custom radio channels, and radioChannelAdd to join that channel, if the custom channel chat is selected, and you use radioChannelRemove to leave the channel the chat from the channel we just removed is still selected as default.

Details

Legacy ID
2394859174
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Download this script that comes with a test mission and launch the mission: http://www.armaholic.com/page.php?id=19048
  2. Use the scroll wheel to select radio menu and join "Channel 1".
  3. Use next/prev channel keys to select "Channel 1" chat.
  4. Use the scroll wheel to select radio menu and join "Channel 2" (the scripts makes you leave "Channel 1" using radioChannelRemove).
  5. Press the chat key, "Channel 1" chat is still selected as default chat.
Additional Information

The ability to select the "active" chat channel from scripts could be a workaround.

Event Timeline

wok edited Steps To Reproduce. (Show Details)May 13 2013, 8:58 PM
wok edited Additional Information. (Show Details)
wok set Category to Scripting.
wok set Reproducibility to Always.
wok set Severity to None.
wok set Resolution to Open.
wok set Legacy ID to 2394859174.May 7 2016, 2:06 PM

Could be done with a command to force the change similar to (this would also be useful if it could work with the default channels):
characters setradioChannel index
e.g.
[myCharacter1, myCharacter2] setradioChannel 3;

MadDogX added a subscriber: MadDogX.May 7 2016, 2:06 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.