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
{{ message }}
This repository has been archived by the owner on May 6, 2018. It is now read-only.
Parsing to a single type works fine, such as: 'set {_player} to "Player1" parsed as player', however parsing with a pattern doesn't work, such as 'set {_players::*} to "Player1:Player2" parsed as "%player%:%player%"'. The latter results in both variables being set to . This happens for any pattern parsing.
The text was updated successfully, but these errors were encountered:
Parsing to a single type works fine, such as: 'set {_player} to "Player1" parsed as player', however parsing with a pattern doesn't work, such as 'set {_players::*} to "Player1:Player2" parsed as "%player%:%player%"'. The latter results in both variables being set to . This happens for any pattern parsing.
The text was updated successfully, but these errors were encountered: