You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The microphone was linked to regex match string, then the regex was linked to both the teleporter (to set ID) and delay (to delay). The delay had a 1 tenth second delay, and teleporter was otherwise default. The regex component had the /i/ global flag enabled, with the regex of (cience|ngineering). The first letter truncated to handle capitalization. Finally, the delay was linked to the teleporter (to activate).
When anything fitting the regex was spoken, the teleporter component would spam (in text, 19x) "Teleporter ID was set: cience".
This would also have the effect of muting the server's IC chat, alongside emotes.
The text was updated successfully, but these errors were encountered:
Reporting client info: Client Information:
BYOND:514.1589
Key:itsausername
Round ID:
2955
Testmerges:
Reproduction:
Components involved:
1x. Regex find
1x. Microphone
1x. Teleporter
1x. Delay
The microphone was linked to regex match string, then the regex was linked to both the teleporter (to set ID) and delay (to delay). The delay had a 1 tenth second delay, and teleporter was otherwise default. The regex component had the /i/ global flag enabled, with the regex of (cience|ngineering). The first letter truncated to handle capitalization. Finally, the delay was linked to the teleporter (to activate).
When anything fitting the regex was spoken, the teleporter component would spam (in text, 19x) "Teleporter ID was set: cience".
This would also have the effect of muting the server's IC chat, alongside emotes.
The text was updated successfully, but these errors were encountered: