Solved wait till variable is set

  • 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.

Fainton

Member
Mar 24, 2019
11
0
1
Skript Version (do not put latest): Skript 2.2 (dev20c)
Skript Author: Bensku
Minecraft Version: 1.11
---
Full Code:

Code:
command /test:
    trigger:
        wait till {variable} is set
        send "test"



Errors on Reload:
  1. Code:
    wait till {variable}' is not an entity type (core.sk, line 321: wait till {variable} is set')


Addons using:
Umbaska 3.3, WildSkript (idk the version), skUtilities v0.9.2, skript-json-1.1.0, skRayFall v1.9.15, skQuery (idk the version), Skellett (idk the version), SkAction 2.2, SharpSK (idk the version), RandomSK 2.7.1, MundoSK (idk the version),

Troubleshooting:

Have you tried searching the docs? No
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have tried to change the code a little bit and still didn't work
 
Last edited:
It's not from an addon. I'm just wondering if you can do it with skript or an addon.
 
You can use while {var} is not set: wait 1 tick
 
Status
Not open for further replies.