diff options
Diffstat (limited to 'npc/005-5/nylo.txt')
-rw-r--r-- | npc/005-5/nylo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt new file mode 100644 index 000000000..503824916 --- /dev/null +++ b/npc/005-5/nylo.txt @@ -0,0 +1,11 @@ +// Author: +// Saulc + +005-5,27,38,0 script Nylo NPC_PLAYER,{ + +OnInit: + .sex = G_MALE; + .distance = 3; + end; +} + |