diff options
Diffstat (limited to 'npc/020-1/harper.txt')
-rw-r--r-- | npc/020-1/harper.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-1/harper.txt b/npc/020-1/harper.txt new file mode 100644 index 00000000..104c2f47 --- /dev/null +++ b/npc/020-1/harper.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Harper, a Sailor helping Joelin. +// THIS IS A PLACEHOLDER! + +020-1,191,150,0 script Harper NPC_ADRIAN,{ + speech + l("Hello!"), + l("Ever saw a Captain without a ship?"), + l("<--- I am with stupid."); + close; + +OnInit: + .distance = 4; + end; +} |