diff options
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/rachel.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index b93f055f1..390ce8ad8 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -588,17 +588,22 @@ ra_temple,119,179,3 script #door1 45,2,2,{ OnTouch: mes "** The door is locked. **"; next; - menu "Kick it",-,"Take out your weapon",L_weap; + menu "Kick it",-,"Take out your weapon",L_weap,"Pray to the goddess",L_enter; emotion 23; mes "[Bishop Nema]"; mes "Please stop!"; close; - end; - L_weap: - emotion 23; - close; +L_weap: + emotion 23; + close; + +L_enter: + mes "** The door opens. **"; + close2; + warp "ra_temin",169,22; + end; } ra_temple,116,174,3 script Bishop Nema 920,{ |