diff options
Diffstat (limited to 'npc/020-7-1')
-rw-r--r-- | npc/020-7-1/core.txt | 7 | ||||
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt index c27c06b5c..fd039c275 100644 --- a/npc/020-7-1/core.txt +++ b/npc/020-7-1/core.txt @@ -1,4 +1,9 @@ -// Core functions +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Core functions // Some setup is required diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index a268e243f..5cc687897 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -62,7 +62,7 @@ OnInit: 020-7-1,40,78,0 script Mirjami NPC_BLUESAGEWORKER_FA,{ - npctalk3 l("Checking storage, could give a reward for completion?"); + npctalk3 l("Checking storage, rewards instead of Pyry when quest is complete."); goodbye; end; |