This is my code:
This is the error message:
What do I do with this?
Imagebutton don't work? (first time making them)
Forum rules
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.
-
- Newbie
- Posts: 13
- Joined: Mon May 31, 2021 12:09 pm
- Contact:
-
- Veteran
- Posts: 359
- Joined: Sat May 04, 2024 10:40 pm
- Contact:
Re: Imagebutton don't work? (first time making them)
you have action Jump (go_to_castle)
use
action Jump("go_to_castle")
same for go to bar
and put that screen out of label
use
action Jump("go_to_castle")
same for go to bar
and put that screen out of label