Skript name syntax taking priority over addon name syntax
Description
A gui menu stops working and the items can be moved around when using the expression "set name of gui..."
Im not quite sure if this has something to do with the fork of Skript which I am using.
Steps to Reproduce
command /test:
trigger:
create gui with virtual chest inventory with 3 rows named "Test" and shape "xxxxxxxxx", "xxxx1xxxx", "xxxxxxxxx":
make gui slot "x" with blue stained glass pane named " "
make gui slot "1" with dirt:
set name of gui to "Test"
open last gui to player
Expected Behavior
The items should stay in place and the gui item should still work
Errors / Screenshots

No console error is giving
Server Information
Server: git-PaperSpigot-"8230aa68e" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOP) Skript-gui: v1.3-beta1 Skript: 2.6.1 (Fork from Matocolotoe Skript-1.8)
Additional Context

Try
set the skript-gui name of gui to
It works! Awesome! Thanks a lot :)
Awesome! This is due to a syntax conflict with Skript. I'm not sure what options I have to deal with this, but I'll keep this issue open as a reminder.