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

Add Quests System and Quests Screen #173

Open
Jeremi360 opened this issue Jun 12, 2024 · 0 comments
Open

Add Quests System and Quests Screen #173

Jeremi360 opened this issue Jun 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request gui gui update rks_extension extension for RakuScript
Milestone

Comments

@Jeremi360
Copy link
Contributor

Jeremi360 commented Jun 12, 2024

Describe Main Idea

Having Quests System/Screen would allow for player to eaier comeback to game after long break.

Proposed Implementation

UI

This is from RPGMaker Plugin

Godot/GDScript

I think Quest as Resource would be good for that.
And then Quests Singleton will search for quests resurces in res://quests/ dir.

Quests.start("quest_id/sub_quest")
Quests.done("quest_id/sub_quest")

RKScript

start_quest quest_id/sub_quest
done_quest quest_id/sub_quest
@Jeremi360 Jeremi360 added enhancement New feature or request gui gui update rks_extension extension for RakuScript labels Jun 12, 2024
@Jeremi360 Jeremi360 added this to the 2.0 milestone Jun 12, 2024
@Jeremi360 Jeremi360 self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gui gui update rks_extension extension for RakuScript
Projects
None yet
Development

No branches or pull requests

1 participant