From 7ff93f597891cce40123724a60a51b4c9e16806f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Jul 2023 00:43:26 -0300 Subject: Add the three witnesses. No other names were put forward. --- npc/003-0-2/misc.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'npc/003-0-2') diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt index e4c2f358b..e56e6a015 100644 --- a/npc/003-0-2/misc.txt +++ b/npc/003-0-2/misc.txt @@ -14,3 +14,25 @@ OnInit: end; } +// 003-0-3 witness list +003-0-3,34,32,0 script Sagratha#Witness NPC_SAGRATHA,{ + end; +OnInit: + .sex = G_FEMALE; .distance = 1; disablenpc .name$; + end; +} + +003-0-3,35,32,0 script Hasan#Witness NPC_ELVEN_MAN_RED,{ + end; +OnInit: + .sex = G_FEMALE; .distance = 1; disablenpc .name$; + end; +} + +003-0-3,34,32,0 script Elli#Witness NPC_ELLI,{ + end; +OnInit: + .sex = G_FEMALE; .distance = 1; disablenpc .name$; + end; +} + -- cgit v1.2.3-60-g2f50