Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RakuScript should have special key word jumped_to and/or >? #24

Closed
Jeremi360 opened this issue Feb 18, 2022 · 1 comment
Closed

RakuScript should have special key word jumped_to and/or >? #24

Jeremi360 opened this issue Feb 18, 2022 · 1 comment
Labels
discussion need a discussion with our community enhancement New feature or request proposal proposal how improve Rakugo RakuScript Rakugo Scripting Dialogue Langue

Comments

@Jeremi360
Copy link
Contributor

Here is how 3. would work:

# player can jump to dialogue x form dialogue z, but they didn't
if z jumped_to x: # turns false

# player can jump to dialogue x form dialogue z, and they did
if z >? x: # truns true

# player can't jump to dialogue a form dialogue d
if d jumped_to a: # turns false or even an error ?
@Jeremi360 Jeremi360 added enhancement New feature or request RakuScript Rakugo Scripting Dialogue Langue discussion need a discussion with our community labels Feb 18, 2022
@Jeremi360 Jeremi360 changed the title RakuScript should have special key word jumped_to and/or it can be >? RakuScript should have special key word jumped_to and/or >? Feb 18, 2022
@Jeremi360 Jeremi360 added the proposal proposal how improve Rakugo label Apr 25, 2023
@Jeremi360
Copy link
Contributor Author

I don't understand what I meant in the commentary starting this issue,
but I'm pretty sure it would be a duplication of functionality from #26 and #27 .
So I'm closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion need a discussion with our community enhancement New feature or request proposal proposal how improve Rakugo RakuScript Rakugo Scripting Dialogue Langue
Projects
None yet
Development

No branches or pull requests

1 participant