diff options
-rw-r--r-- | npc/001-1/lucas.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/001-1/lucas.txt b/npc/001-1/lucas.txt new file mode 100644 index 00000000..8d8c2715 --- /dev/null +++ b/npc/001-1/lucas.txt @@ -0,0 +1,19 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Legion member. + +001-1,59,44,0 script Lucas#001-1 NPC_LUCAS,{ + + villagertalk; + + closedialog; + close; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} + |