Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I got these errors when I tried to add Ren'Edit to my game:

[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.

File "game/renedit/renedit/renedit_screens.rpy", line 8: u'caret' is not a keyword argument or valid child for the input statement.
    input id "input" color "#90a6ad" outlines [(absolute(2),renedit_blue,0,0)] caret Transform("renedit/pen.png",xzoom=-1,ypos=-0.2) 
                                                                                    ^

File "game/renedit/renedit/renedit_screens.rpy", line 49: u'tooltip' is not a keyword argument or valid child for the imagebutton statement.
    tooltip _("Add a note on the current line.") 
           ^

Ren'Py Version: Ren'Py 6.99.12.2003
[/code]

You may have to update your Ren'Py to the latest version. Otherwise, you can comment out the caret transform and the tooltip from the code. Thanks for downloading!