Jump to content

Local script via cli start up help


Lewis

Recommended Posts

i have made a script to run from where ever to GE

script works perfect if i start normally (not CLI)

 

But as soon as i try using CLI:

 

-script test:

 

It does not work. The script requires no params, just to be started

Post the CLI code? Just to confirm you're doing it correctly ( might aswell ).

Link to comment
Share on other sites

name = has to be last in the script manifest

 

@ScriptManifest( author = "Juggles", version = 1.2, info = "", logo = "", name = "AIOFighter")

-script AIOFighter:null

 

Also, make sure you are using -bot or it won't work. 

Is what im using (-script Test:params), essentially the same as -script Test:null? It works, i was just guessing when i set it up lmao.

Link to comment
Share on other sites

Is what im using (-script Test:params), essentially the same as -script Test:null? It works, i was just guessing when i set it up lmao.

 

I don't think it matters what you put as the parameters if your script doesn't have any. I've never encountered any problems with it. 

i've discussed with other scripts and they also say that it doesn't matter what you put there. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...