pigfarmer Posted March 13, 2019 Share Posted March 13, 2019 Hi I want to know if there is a way to detect if there are CLI-statements given in the script. something like this; if(getParameters() == true) { Do something } Thankful for help/feedback Quote Link to comment Share on other sites More sharing options...
HunterRS Posted March 13, 2019 Share Posted March 13, 2019 getParameters() != null Is this what you are looking for or am I miss understanding? 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 13, 2019 Share Posted March 13, 2019 For premium scripts just ask the creator 1 Quote Link to comment Share on other sites More sharing options...
pigfarmer Posted March 13, 2019 Author Share Posted March 13, 2019 3 minutes ago, HunterRS said: getParameters() != null Is this what you are looking for or am I miss understanding? That's exactly what I'm looking for! Thought that the method did not return anything after reading up on it on the API forum. That's why I asked if anyone cares LOL Thanks For the help @HunterRS ! 1 Quote Link to comment Share on other sites More sharing options...
pigfarmer Posted March 13, 2019 Author Share Posted March 13, 2019 3 minutes ago, Juggles said: For premium scripts just ask the creator I think my question was poorly worded, my fault. I meant if I am trying to make something and looking for if the user has put in CLI-parameters in the command line. Thanks for the comment tho! Quote Link to comment Share on other sites More sharing options...