What I'm trying to do is make three images able to be selective, however, I appear to be having trouble making it jump to a certain point in the code when I call the screen. I'm not sure if this is a problem with my coding—the most likely scenario—or if something else is going on.
My code is as such:
Code: Select all
screen class_select():
imagebutton:
idle "IMAGEBUTTONS/Soldier dark.png"
selected_idle "IMAGEBUTTONS/Soldier Symbol1.png"
action jump ('soldier')Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/myscreens.rpy", line 5: u'jump' is not a keyword argument or valid child for the imagebutton statement.
action jump ('soldier')
^
Ren'Py Version: Ren'Py 6.99.12.4.2187