Git Product home page Git Product logo

eventmacro's People

Contributors

allanon avatar henrybk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

eventmacro's Issues

Consolidate argument parsing and remove need for "--" to pass parameters.

Remove the need for -- when calling a macro, and give call the full feature set of the eventMacro console command... or at least the ability to pass arguments.

Current:

  • eventMacro foo -- arg1 arg2
  • call foo 10 (no ability to pass arguments)

Suggested:

  • eventMacro foo arg1 arg2
  • call foo -repeat 10 arg1 arg2

Reload files issue

When eventMacro file is reloaded by it's handle (calling eventMacro::parseAndHook) all automacro conditions will be set to '0' (not true) and will only be changed when something in kore changes to make them be verified.

We should have a way around this problem.

No system for event only conditions (eg. pm|pubm)

Up until now there has been no work done in regards to this type of condition, they should not have a 'fulfilled' state because they can only be true in the exact moment openkore receives the packet concerning them, and so only 1 condition of this type should exist in each automacro.

Macros should not be parsed during execution

In the actual macro plugin and still in eventMacro all macros are parsed during execution time, line by line, this should not be done this way, macros should have a parsing function that is called during load time.

macro include

There's currently no way to do dynamic inclusions and exclusions of macro files, macro plugin had macroinclude plugin, this feature must be included.

Lock all does not function

On the openkore eventMacro wiki, the lock section tells "To lock all automacros, use lock all."

Usage of lock all in a macro or call results eventMacro complaining about there being no macro such as 'all'

[eventMacro] Error in macro 'lockallbug'
[eventMacro] Line index of the error '0'
[eventMacro] Script of the line 'lock all'
[eventMacro] Error message 'could not find automacro with name 'all''

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.