GithubHelp home page GithubHelp logo

Comments (3)

Efnilite avatar Efnilite commented on July 20, 2024 1

Can confirm,

command /test:
    trigger:
        if (player's money + 1) > 100:
            send "You have 101 or more!"

causes

[17:52:04 INFO]: Line 3: (test.sk)
[17:52:04 INFO]:     Can't understand this condition: '(player's money + 1) > 100'
[17:52:04 INFO]:     Line: if (player's money + 1) > 100:
[17:52:04 INFO]:
[17:52:04 INFO]: [Skript] Encountered 1 error while reloading test.sk! (17ms)

with the GitHub Skript 2.8.7 release, Vault, Essentials, and no addons. Removing the +1 seems to work fine.

from skript.

APickledWalrus avatar APickledWalrus commented on July 20, 2024

Try (player's money + 1) > 100. Looks like it's conflicting with whatever addon you have that adds a less than/greater than condition

EDIT: seems to be SkQuery

from skript.

Boxeyy avatar Boxeyy commented on July 20, 2024

Removed SkQuery, same thing still happens

Also it isn't a problem regarding the >=, because this normal expression is also broken:
image

from skript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.