diff options
Diffstat (limited to 'npc/020-1/joelin.txt')
-rw-r--r-- | npc/020-1/joelin.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-1/joelin.txt b/npc/020-1/joelin.txt new file mode 100644 index 00000000..820fe276 --- /dev/null +++ b/npc/020-1/joelin.txt @@ -0,0 +1,18 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Joelin, the broken, shipless Captain in Tulimshar. +// THIS IS A PLACEHOLDER! + +020-1,189,150,0 script Joelin NPC_JOELIN,{ + speech + l("Hello!"), + l("Do you know the story of the Fleet of Aemil? I also want to discover new Lands."), + l("But I do not have a ship. Ah, right, and no script."); + close; + +OnInit: + .distance = 4; + end; +} |