quick menu rollback in nvl mode

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
metaevar
Newbie
Posts: 15
Joined: Sat Jul 02, 2016 8:42 am
Deviantart: metaevar
Contact:

quick menu rollback in nvl mode

#1 Post by metaevar »

hey there i've a question ^^
i'm using the quick menu in my game to rollback , but i can't use it (it don't apear) in NVL mode.
So i'm wondering if they're is a way to use it or to rollback in nvl ?

User avatar
erickcire95
Regular
Posts: 33
Joined: Tue Dec 26, 2017 7:38 pm
Contact:

Re: quick menu rollback in nvl mode

#2 Post by erickcire95 »

Pressing the key "Page Up" should rollback. Also, using the mouse wheel.

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3791
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: quick menu rollback in nvl mode

#3 Post by Imperf3kt »

The quick menu is essentially just a screen, so just show it I believe. Never tried it myself.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

User avatar
gas
Miko-Class Veteran
Posts: 842
Joined: Mon Jan 26, 2009 7:21 pm
Contact:

Re: quick menu rollback in nvl mode

#4 Post by gas »

(Despite the fact rolling back in NVL is quite senseless, having history screen and a full page of text already there...)
If you want to debate on a reply I gave to your posts, please QUOTE ME or i'll not be notified about. << now red so probably you'll see it.

10 ? "RENPY"
20 GOTO 10

RUN

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3791
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: quick menu rollback in nvl mode

#5 Post by Imperf3kt »

What happens when the page fills up and you skip the last line by accident, clearing the screen? Why, you rollback of course, no need to open the history screen.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

User avatar
erickcire95
Regular
Posts: 33
Joined: Tue Dec 26, 2017 7:38 pm
Contact:

Re: quick menu rollback in nvl mode

#6 Post by erickcire95 »

Or what if you missclicked a choice

metaevar
Newbie
Posts: 15
Joined: Sat Jul 02, 2016 8:42 am
Deviantart: metaevar
Contact:

Re: quick menu rollback in nvl mode

#7 Post by metaevar »

hey ther ^^, thx for the answers (and sorry for mine is this late :/ )
stillnot woking for me so here is my code :

for the screen

Code: Select all


##############################################################################
# Menu rapide
#
# Écran inclus par défaut pour les dialogues, ajoutant un accès rapide à
# plusieurs fontions utile
    
screen quick_menu:
    
    imagemap:
        
        ground 'ground.png'
        hover 'ground hover.png'
        
        hotspot (9, 12, 72, 73) action Rollback()
        hotspot (1190, 8, 81, 77) action ShowMenu("choicemenu")

and for the game :

Code: Select all

label start:
    
    show quick_menu
    
    nvl clear
    
    show met
    with dissolve
    
    pause
    
    nvl clear
    
    show ands
    with dissolve
    
    pause
    
    nvl clear

    scene elp
    with dissolve
and the "quick menu" screen don't show up :/

kivik
Miko-Class Veteran
Posts: 786
Joined: Fri Jun 24, 2016 5:58 pm
Contact:

Re: quick menu rollback in nvl mode

#8 Post by kivik »

Can you show us a screenshot of your game? Maybe your quickmenu is actually being covered up?

Post Reply

Who is online

Users browsing this forum: simple_human