Shielsn
New Member
- Jun 7, 2017
- 9
- 2
- 50
Sorry for the late reply, the steps I took to fix mine were as followsSo I got this from the game: File "game/script.rpy", line 1082: Tab characters are not allowed in Ren'Py scripts. What steps should I do to get rid of this?
Go to the file mentioned in the error code (from the folder with the application, open the "game" folder and it's "script.rpy")
Open with a Notepad app (or any text editor)
Go to line 1082 (see attachment)
Delete the tab characters (they are invisible)
Save.
You are done