diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/sign.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/001-1/sign.txt b/npc/001-1/sign.txt index f9c63ce9..ee925f30 100644 --- a/npc/001-1/sign.txt +++ b/npc/001-1/sign.txt @@ -173,3 +173,13 @@ OnInit: .sex = G_OTHER; end; } + +001-1,51,98,0 script Sign#001-1-s-barber NPC_NO_SPRITE,{ + npctalkonce l("Barber"); + close; + +OnInit: + .distance = 1; + .sex = G_OTHER; + end; +} |