diff options
Diffstat (limited to 'npc/020-1/joelin.txt')
-rw-r--r-- | npc/020-1/joelin.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/020-1/joelin.txt b/npc/020-1/joelin.txt deleted file mode 100644 index 820fe276..00000000 --- a/npc/020-1/joelin.txt +++ /dev/null @@ -1,18 +0,0 @@ -// 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; -} |