![]() |
My Suggestions - Printable Version +- PROShine (https://proshine-bot.com) +-- Forum: PROShine (https://proshine-bot.com/forum-5.html) +--- Forum: Ideas and suggestions (https://proshine-bot.com/forum-10.html) +--- Thread: My Suggestions (/thread-2673.html) |
My Suggestions - Icesythe7 - 2017-09-23 I would like to suggest that on proshine start that if the folders "scripts" and "libs" does not exist that they be created this way it is easier for users to know where things go all libraries in libs and scripts in scripts as such lua require should point to the libs folder in the applications directory, also I would suggest the following api be added so that devs can auto update their scripts for users downloadFile(path, url) and getWebResult(url) as well as scriptPath() which would return the path of the script that called it and fileName() would return the name of the file that calls it, and libPath() which returns the library folder obv, this way users only have to install scripts 1 time. An example of how an auto update would work... local version = "0.03" a wait(seconds) function would be cool as well if it doesn't already exist xd RE: My Suggestions - Tisor - 2017-09-25 Nice suggestion |