Solved why this does not work?

  • 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 comminuty!

    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.
Feb 24, 2017
191
7
0
23
foroendertheth.foroactivo.com
code_language.skript:
 if {dlp.lleno.azul} is more than or equal to 2:
                    send "{@logo}&cSe lleno el equipo &1Azul"

I need whend {dlp.lleno.azul} is 2
execute console command /dlp start
but not work and send (send "{@logo}&cSe lleno el equipo &1Azu")

help plis
 
code_language.skript:
on script load:
    set {ct.value} to 2

command /test:
    trigger:
        if {ct.value} is more than or equal to 2:
            send "Is 2"
        else:
            send "Not 2"

I quickly made this and had no issue. Mind sharing the whole skript? If anything feel free to PM me

Future reference please use the format located in this category
 
Last edited by a moderator:
Status
Not open for further replies.