openbullet / openbullet/OpenBullet2

[Bug]: Can't compare a variable from Inputs (Def = Int) in a Keycheck

Open
#576 3 comments 0 reactions 1 assignee View on GitHub

@openbullet is already working on this.

Since Jun 10, 2024.

bug low priority
Dominant language
C#
Stars
2.4k
Forks
602
PR merge metrics
No merged PRs in 30d

Description

Version of the software

latest

Operating system

Windows 10

Browser / Native

Chrome 9999

What happened?

Add an input
Compare it with another Int in Keycheck
the the error is :
[Executing block Keycheck] RuntimeBinderException: The best overloaded method match for 'RuriLib.Blocks.Conditions.Methods.CheckCondition(RuriLib.Models.Bots.BotData, bool, RuriLib.Models.Conditions.Comparisons.BoolComparison, bool)' has some invalid arguments

Relevant LoliCode if needed
// first, add a input from settings and set a number as default

BLOCK:Keycheck
  banIfNoMatch = False
  KEYCHAIN SUCCESS OR
    INTKEY @input.thenum EqualTo 0
ENDBLOCK

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.