diff --git a/npc/fridge.txt b/npc/fridge.txt new file mode 100644 index 0000000..73fe8bb --- /dev/null +++ b/npc/fridge.txt @@ -0,0 +1,9 @@ +name=Fridge + +# shop info +vendor=true +#constant_stock=142:5,147:5 +#random_stock=loot/LOW_MagicBook_Elixirs_MagicStaves_Scroll_Runes.txt +#random_stock_count=10,12 + +talker=false \ No newline at end of file diff --git a/npc/savegame.txt b/npc/savegame.txt new file mode 100644 index 0000000..467cc80 --- /dev/null +++ b/npc/savegame.txt @@ -0,0 +1,10 @@ +name=Do you want to Save the game? + +talker=true + +[dialog] +topic=YES +set_status=savegame + +[dialog] +topic=NO \ No newline at end of file