HoawenLo / Text-Based-RPG

0 stars 0 forks source link

Dialogue and NPC #3

Closed HoawenLo closed 3 months ago

HoawenLo commented 3 months ago

Need to test dialogue creation class and pair it up with NPC

Create a template creator function for dialogue. Copies a package dialogue function into the location folder for the user to copy into the NPC section.

HoawenLo commented 3 months ago

Dialogue class create and linked to npc.

Dialogue package created and put in location_npc_template that is copied over.