diff options
Diffstat (limited to 'npc/012-2-5/toichi.txt')
-rw-r--r-- | npc/012-2-5/toichi.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/npc/012-2-5/toichi.txt b/npc/012-2-5/toichi.txt new file mode 100644 index 00000000..255c140a --- /dev/null +++ b/npc/012-2-5/toichi.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// Toichi, the smith in Candor island. +// THIS IS A PLACEHOLDER! + +012-2-5,40,35,0 script Toichi NPC_TOICHI,{ + speech + l("Hi there."), + l("My name is Toichi, and it seems I am the only one working on this lazy island."); + next; + l("So I kindly request you not to listen to that stupid Rosen, saying 'Toichi is lazy'."); + next; + l("At least I am doing something!"); + close; +OnInit: + .sex = G_MALE; + .distance = 2; + end; +} |