Solved What's wrong with this line of code?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Hyao

Active Member
Apr 1, 2017
73
4
8
This is my line:
open virtual inventory with size 9 named "Scroll Enchantment Table" to player

EDIT: Seems no format inventory spaces work. SkQuery doesn't work either. I'll keep trying.

This is my documentation:
https://forums.skunity.com/threads/gui-manager-tutorial.2349/

These are my versions:
Skript 2.2-dev25 (bensku fork)
TuSKe 1.7.3
Minecraft+server(spigot) 1.9.4

It returns this error:
"Can't understand this condition/effect: (line of code, without 'to player')"
 
Last edited:
Try with this!
Solution:
open virtual chest inventory with size 9 named "Scroll Enchantment Table" to player
 
Status
Not open for further replies.