How To Use Custom Scripts
This will help you with using rise and its custom scripting features
Introduction
Rise uses the widely known language Python to make your own custom commands/scripts. The cool thing about it is you don't even need python installed to use your custom scripts (that is if your script doesn't require it)
How to implement your own scripts
Scripts can be easily imported by putting your py script files in the ./commands
folder
You can find your commands and scripts when running rise and doing [prefix]customscripts
in a chat
If you are currently running Rise, Please restart in order to launch your scripts. If issues occur with your scripts no need to worry cause it will let you know there's an issue and a full log will be saved in ./ErrorLogs
Last updated