Search found 11 matches

by Sirdheenz
Sun Mar 04, 2018 2:56 am
Forum: Ren'Py Questions and Announcements
Topic: help !! error call screen
Replies: 6
Views: 1561

Re: help !! error call screen

My mistake not paying attention to the code. This is the correct indentation. screen myroom: add "bg/myroom.jpg" imagebutton: focus_mask True idle "object/bed.png" hover "object/bedh.png" action Jump ("mybed") label mybed: "i want sleep" scene black...
by Sirdheenz
Sun Mar 04, 2018 2:54 am
Forum: Ren'Py Questions and Announcements
Topic: need help!! how reset day, year and month if player sleep
Replies: 1
Views: 467

need help!! how reset day, year and month if player sleep

how to repeat the time, hours, and days while sleeping .. I have a problem when the player sleeps but the scene even show the night scene .. I've set some drawings afternoon and night drawings .. they work in the afternoon .. but when the player sleep scene / night image even appeared .. is there a ...
by Sirdheenz
Thu Mar 01, 2018 8:47 am
Forum: Ren'Py Questions and Announcements
Topic: help !! error call screen
Replies: 6
Views: 1561

Re: help !! error call screen

To me, this looks like an indentation error. Check that you code follows this indentation. screen myroom: add "bg/myroom.jpg" imagebutton: focus_mask True idle "object/bed.png" hover "object/bedh.png" action Jump ("mybed") label mybed: "i want sleep"...
by Sirdheenz
Thu Mar 01, 2018 6:15 am
Forum: Ren'Py Questions and Announcements
Topic: help !! error call screen
Replies: 6
Views: 1561

help !! error call screen

I have a problem in the "Call screen" command in imagebutton .. I do not know if there is a mistake in line, image, or code .. can help me in this problem .. this code .. screen myroom: add "bg/myroom.jpg" imagebutton: focus_mask True idle "object/bed.png" hover "o...
by Sirdheenz
Mon Feb 12, 2018 8:27 pm
Forum: Ren'Py Questions and Announcements
Topic: how to get 2 action imagemap to repeat with 1 command
Replies: 7
Views: 935

Re: how to get 2 action imagemap to repeat with 1 command

Apakah kamu berbicara bahasa indonesia? Here is the code I got: label start: scene example "u can see my problem if u click girl green screen 2x if u click 3x u can jump main menu" scene example call screen kora "here we go," $ result = _return if _return == "contoh": ...
by Sirdheenz
Mon Feb 12, 2018 10:04 am
Forum: Ren'Py Questions and Announcements
Topic: how to get 2 action imagemap to repeat with 1 command
Replies: 7
Views: 935

Re: how to get 2 action imagemap to repeat with 1 command

Does your game code look exactly like that? That code will give a SyntaxError. Your code should be indented properly and have colons after the if statements. Indentation in game code works like indentation in a bullet-point list. Go check the tutorial, "The Question", or the Ren'Py docume...
by Sirdheenz
Mon Feb 12, 2018 4:26 am
Forum: Ren'Py Questions and Announcements
Topic: how to get 2 action imagemap to repeat with 1 command
Replies: 7
Views: 935

Re: how to get 2 action imagemap to repeat with 1 command

Does your game code look exactly like that? That code will give a SyntaxError. Your code should be indented properly and have colons after the if statements. Indentation in game code works like indentation in a bullet-point list. Go check the tutorial, "The Question", or the Ren'Py docume...
by Sirdheenz
Mon Feb 12, 2018 2:59 am
Forum: Ren'Py Questions and Announcements
Topic: Various newbie questions
Replies: 15
Views: 2107

Re: Various newbie questions

Its a bit hard for me to understand what your problem is. The best thing would be if you post your code with the code format on lemmasoft. Like this without the stars: [*code] YOUR CODE HERE [*/code] Afterwards explain: 1.) what happens with that code and 2.) what you want to actually happen instea...
by Sirdheenz
Mon Feb 12, 2018 12:38 am
Forum: Ren'Py Questions and Announcements
Topic: Various newbie questions
Replies: 15
Views: 2107

Re: Various newbie questions

hey i am new starter 1 month in renpy, i have a question about imagemap. . screen blabla: imagemap auto ("blabla _% .png") xpos 0 ypos 0 focus_mask True action Return ("blablabla") something like that, but the problem was just a click and not a "show". this is the prob...
by Sirdheenz
Mon Feb 12, 2018 12:37 am
Forum: Ren'Py Questions and Announcements
Topic: how to get 2 action imagemap to repeat with 1 command
Replies: 7
Views: 935

how to get 2 action imagemap to repeat with 1 command

hey i am new starter 1 month in renpy, i have a question about imagemap. . screen blabla: imagemap auto ("blabla _% .png") xpos 0 ypos 0 focus_mask True action Return ("blabla") something like that, but the problem was just a click and not a "always show". this is the p...
by Sirdheenz
Mon Feb 12, 2018 12:03 am
Forum: Ren'Py Questions and Announcements
Topic: Various newbie questions
Replies: 15
Views: 2107

how to get imagemap to repeat with 1 command

hey i am new starter 1 month in renpy, i have a question about imagemap. . screen blabla: imagemap auto ("blabla _% .png") xpos 0 ypos 0 focus_mask True action Return ("blablabla") something like that, but the problem was just a click and not a "show". this is the probl...