diff options
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r-- | npc/005-6/morgan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt new file mode 100644 index 000000000..5f9fe1c3b --- /dev/null +++ b/npc/005-6/morgan.txt @@ -0,0 +1,6 @@ +005-6,30,37,0 script Morgan NPC_RUMLY,{ + +OnInit: + .sex = G_MALE; + end; +} |