diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt new file mode 100644 index 000000000..f2d62df52 --- /dev/null +++ b/npc/003-1/neko.txt @@ -0,0 +1,12 @@ +// Author: +// Saulc + +003-1,103,106,0 script Neko 450,{ + +hello; + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +}
\ No newline at end of file |