Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[Custom Quests] Save and Resume System #28

Closed Pychnight closed 7 months ago

Pychnight commented 6 years ago

Seems like this was forgotten in the refactor previously this was possible to do before the refactor.

so, here is what we need to make long quests.

Ability to save quest points

Ability to resume quest points

Ability to Save Player Stats and Gear for RP Quests

Ensure that the points can be detected in a if statement at the start of the script, so we can decide to load the previous point or not.