diff options
Diffstat (limited to 'npc/020-7-1/sage.txt')
-rw-r--r-- | npc/020-7-1/sage.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/020-7-1/sage.txt b/npc/020-7-1/sage.txt new file mode 100644 index 000000000..fcb4e2c6c --- /dev/null +++ b/npc/020-7-1/sage.txt @@ -0,0 +1,21 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Blue Sage (and officers) + +// Peetu: Move to 020-7 (so, not on this file) + +// Oskari: Need to be placed somewhere here (on this file) + +020-7-1,35,59,0 script The Blue Sage NPC_BLUESAGEWORKER_MA,{ + mesn l("Nikolai, the Blue Sage"); + mes l("The big boss"); + close; + +OnInit: + npcsit; + end; +} + |