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