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.
Description
Description
Details
Details
- Legacy ID
- 2394859174
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
- Download this script that comes with a test mission and launch the mission: http://www.armaholic.com/page.php?id=19048
- Use the scroll wheel to select radio menu and join "Channel 1".
- Use next/prev channel keys to select "Channel 1" chat.
- Use the scroll wheel to select radio menu and join "Channel 2" (the scripts makes you leave "Channel 1" using radioChannelRemove).
- 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
Comment Actions
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;
Comment Actions
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.