Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How do I change execution access? I managed to unzip the file but I can't run LearnToCodeRPG.sh. Am I supposed to type something into the terminal or is there something in settings

(+3)

If you mean you don't know how to run from the commandline, then type:

./LearnToCodeRPG.sh

If you mean it won't execute, even after you type that, then try:

chmod +x LearnToCodeRPG.sh

If it still won't run, then I'm sorry, but I don't know how else to help.

That worked, thank you