Tadd12 / DnD6

0 stars 1 forks source link

Rewritten Dialoguesystem + Npcs #52

Closed Tadd12 closed 4 months ago

Tadd12 commented 4 months ago

Added NpcBase. It has a dialog and a callback Method that gets called in the dialog. The method can be implemented for each Npc to make changes in the world/npc based on the dialog

Tadd12 commented 4 months ago

made a small improvement to make the functionallity more understandable

Tadd12 commented 4 months ago

Reworked the dialog TODO: Reworking the npc signal interaction

Tadd12 commented 4 months ago

Overall feature works. Design is bad but that's for future improvements