diff options
Diffstat (limited to 'npc/003-1/guardbenji.txt')
-rw-r--r-- | npc/003-1/guardbenji.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/npc/003-1/guardbenji.txt b/npc/003-1/guardbenji.txt deleted file mode 100644 index 02e4abcca..000000000 --- a/npc/003-1/guardbenji.txt +++ /dev/null @@ -1,13 +0,0 @@ -// Author: -// Saulc - -003-1,58,158,0 script Guard Benji 451,{ - - -hello; - -OnInit: - .sex = G_MALE; - .distance = 3; - end; -} |