We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drops should be able to have the following operands attached to them:
=
+
-
*
÷
The text was updated successfully, but these errors were encountered:
TODO: edit this comment with examples, this is hard to understand
Sorry, something went wrong.
to store previous values, add the data field to args objects/tables in EventLib.lua/PoolsApp.js, and set it in State.lua's nextDrop() function.
EventLib.lua
PoolsApp.js
State.lua
nextDrop()
No branches or pull requests
Drops should be able to have the following operands attached to them:
=
: send this integer as the argument directly+
: send the previous argument value plus this integer-
: send the previous argument value minus this integer*
: send the previous argument value multiplied by this integer÷
: send the previous argument value divided by this integerThe text was updated successfully, but these errors were encountered: