openbullet / openbullet/OpenBullet2
[Bug]: Can't compare a variable from Inputs (Def = Int) in a Keycheck
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.