diff options
Diffstat (limited to 'npc/027-7/banker.txt')
-rw-r--r-- | npc/027-7/banker.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/027-7/banker.txt b/npc/027-7/banker.txt new file mode 100644 index 000000000..0a478f8fa --- /dev/null +++ b/npc/027-7/banker.txt @@ -0,0 +1,16 @@ +// TMW2 Scripts. +// Author: +// Jesusalva +// Description: +// Magic School bank + +027-7,66,40,0 script Benjamin NPC_LLOYD,{ + Banker(.name$, "Magic Academy", 1000000); + close; + +OnInit: + .sex = G_MALE; + .distance = 4; + end; +} + |