Closed carlodrift closed 4 years ago
It's an issue related to Skript directly. While Skript didn't fix that, it will be hard for us (addon developers) to fix this issue correctly.
It's an issue related to Skript directly. While Skript didn't fix that, it will be hard for us (addon developers) to fix this issue correctly.
Has the bug been reported or should I report it?
You can report it and if it already exists, it will be close because of duplicate.
Describe the bug In some cases, Vixio cannot read temporary variables.
To Reproduce Please test this on server, and not with an eval command. Steps to reproduce the behavior:
function test(guild: guild): create voice channel: set the name of the channel to "Test" set {_} to discord id of {guild} broadcast "%{}%" # The ID is sent correctly create the last made channel in guild with id "%{_}%" with "Bot"
As indicated, variable
{_}
is not read correctly.function test(guild: guild): create voice channel: set the name of the channel to "Test" create the last made channel in {_guild} with "Bot"
With a real variable, it works perfectly.
Information Skript version:
2.4.1
but the same with 2.5 Vixio version:2.0.5
but the same with 2.0.4 Minecraft Version:1.15.2
Server software name and version:Paper-227
but the same with Spigot