We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having Quests System/Screen would allow for player to eaier comeback to game after long break.
This is from RPGMaker Plugin
I think Quest as Resource would be good for that. And then Quests Singleton will search for quests resurces in res://quests/ dir.
res://quests/
Quests.start("quest_id/sub_quest") Quests.done("quest_id/sub_quest")
start_quest quest_id/sub_quest done_quest quest_id/sub_quest
The text was updated successfully, but these errors were encountered:
Jeremi360
No branches or pull requests
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.RKScript
The text was updated successfully, but these errors were encountered: