Questline: A Free Quest Creation Module

Hey all, just letting you know I finally finished datastore integration. I also implemented playerstats and simplified the project on GitHub.

I’ve got a ways to go with documentation and updating the place file, but check it out and let me know what you think.

3 Likes

Is there a way to make it so that it doesn’t save the questline? I want to make a quest that doesn’t save

Sorry for the wait, but Objective.quest(...Objective) should be what you’re looking for.

All objectives are intended to be useful without the need of a questline. Although you will need to manually keep up with the objective yourself, and disconnect the player upon leaving. Questline.unregister(player) will only do this for questlines.

I’ve previously been working on way to better way to manage the system, and prevent this from being a requirement. But it’s been a long process and not quite finished yet.

1 Like