Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Unusable command: page_runnable? #415

@acs-l

Description

@acs-l

Command's bug

Configuration (when the bug has been encountered)

  • RME's Version: v1.4.0
  • Command: page_runnable?

Bug's description

Actual behaviour

The page_runnable? command generates the following error message when invoked:

In [map: 1, event: 1, line: 1]

[p_id] doesn't exist. Did you mean [bind] or [wait]?
Do you want save potential fix in the clipboard?

Actually, this variable p_id is used within the page_runnable? method but has not been initialized nor assigned.

Expected behaviour

What's the command's documentation tells: "Tells whether the given page of the given event is runnable by the calling event, or not".

Steps to reproduce

Try to invoke the commands with whatever arguments.
For instance: puts "page_runnable? => #{page_runnable?(1, 1, 1)}"

Metadata

Metadata

Labels

Bug (issue)Issue (mainly bug) regarding one command.CommandIssue related to a command/method.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions