[SOLVED] Posting to the render script

Hi,
I would like to access my game height / width, but I must use the render script, the problem is that the builtin render script is acting weird;

I put in the render script init() print("Hey !") and the script did not log it !
Or, when i post a message to @render: the render script didn’t seems to receive it :expressionless:

I don’t know what I missed, thanks ! :smiley:

Did you make a copy of the .render file to define your render script and set the render file up in your game.project too?

2 Likes

No, i just changed the builtin .render_script, is it bad ?
[EDIT]
Yup it was bad ! The solution is to copy past the builtin render folder and change the paths in project settings
Thanks !

2 Likes