diff options
Diffstat (limited to 'npc/003-1/well.txt')
-rw-r--r-- | npc/003-1/well.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt new file mode 100644 index 000000000..986d21c77 --- /dev/null +++ b/npc/003-1/well.txt @@ -0,0 +1,11 @@ +// Author: +// Saulc + +003-1,45,80,0 script Well NPC_NO_SPRITE,{ + + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +}
\ No newline at end of file |