diff options
Diffstat (limited to 'npc/020-1/neko.txt')
-rw-r--r-- | npc/020-1/neko.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/020-1/neko.txt b/npc/020-1/neko.txt deleted file mode 100644 index 92460cf7..00000000 --- a/npc/020-1/neko.txt +++ /dev/null @@ -1,19 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// Description: -// Neko, the Trader in Legion area in Tulimshar. -// THIS IS A PLACEHOLDER! - -020-1,278,99,0 script Neko NPC_DESERT_HAT_MAN,{ - speech - l("Hi there."), - l("I am out of stock, unfortunately."), - l("What do you mean to look at my wares?!"), - l("My collection of random stuff is not for sale! Go away!"); - close; - -OnInit: - .distance = 4; - end; -} |