broadcast and message effect with 'or' list send all messages #4543
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
Skript/Server Version
[08:44:25 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[08:44:25 INFO]: [Skript] Skript's documentation can be found here: https://skriptlang.github.io/Skript
[08:44:25 INFO]: [Skript] Server Version: git-Airplane-"74774a0" (MC: 1.17.1)
[08:44:25 INFO]: [Skript] Skript Version: 2.6.1
[08:44:25 INFO]: [Skript] Installed Skript Addons:
[08:44:25 INFO]: [Skript] - skript-reflect v2.2.3 (https://github.com/TPGamesNL/skript-reflect)
[08:44:25 INFO]: [Skript] Installed dependencies:
[08:44:25 INFO]: [Skript] - Vault v1.7.3-b131
Bug Description
Given the example code
every 10 seconds: broadcast "text", "anothertext", "text2" or "bruh"
, Skript ignores the last or and broadcasts all messages at once.Expected Behavior
Skript selects a random element out of the list.
Steps to Reproduce
Errors or Screenshots
No response
Other
It worked fine before 2.6.1.
Agreement
The text was updated successfully, but these errors were encountered: