madeby48 / items

Facilitates the easy creation, storage and interactivity of items with NB Tags in a Minecraft Server.
0 stars 0 forks source link

Refactor NPC actions #4

Closed dylansoft closed 1 year ago

dylansoft commented 2 years ago

Instead of having dialogues, rewards and runnables all separated and npc specific, make server-wide accessible NPC scripts that NPCs can run. Also with this will be identifiers, e.g [TEXT], [RUN], [SCRIPT] (to run other scripts), as opposed to the separators in there. plus break identifier, like a wait function. things should be much harder to break with this in place

dylansoft commented 2 years ago

This is backlog for v2.0 / pending being moved to an extension, after an API has been written.