diff options
Diffstat (limited to 'npc/001-1/banker.txt')
-rw-r--r-- | npc/001-1/banker.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/001-1/banker.txt b/npc/001-1/banker.txt new file mode 100644 index 00000000..445b0ebf --- /dev/null +++ b/npc/001-1/banker.txt @@ -0,0 +1,8 @@ +// + +001-1.gat,57,52,0 script Tybalt 107,{ + callfunc "ClearVariables"; + set @npcname$, "Tybalt"; + callfunc "Banker"; + close; +} |