diff options
Diffstat (limited to 'npc/cities/rachel.txt')
-rw-r--r-- | npc/cities/rachel.txt | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index 84d6c89a1..7a6c49dbe 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -586,36 +586,30 @@ rachel,155,243,3 script Guard#Ra02 934,{ ra_temple,119,180,3 script #door1 45,2,2,{ OnTouch: - mes "** The door is locked. **"; + mes " == The Door is locked. =="; next; - menu "Kick it",-,"Take out your weapon",L_weap,"Pray to the goddess",L_enter; + menu "Kick it open with your foot.",-,"Take it down with your weapons.",-; - emotion 23; - mes "[Bishop Nema]"; - mes "Please stop!"; - close; - -L_weap: - emotion 23; + doEvent "Cleric Nema::OnEmotion"; + mes "[Cleric Nema]"; + mes "Please, don't do that!"; close; - -L_enter: - mes "** The door opens. **"; - close2; - warp "ra_temin",169,23; - end; } -ra_temple,116,174,3 script Bishop Nema 920,{ +ra_temple,116,174,3 script Cleric Nema 920,{ - mes "[Bishop Nema]"; + mes "[Cleric Nema]"; mes "I need to get in somehow..."; - mes "Previously, another Bishop told me that there was"; + mes "Previously, another Cleric told me that there was"; mes "a couple that snuck in the temple as a joke, but"; mes "I'm not sure how."; next; - mes "[Bishop Nema]"; + mes "[Cleric Nema]"; mes "Hmm.. and who were they?"; mes "Oh, what do I do.."; close; -}
\ No newline at end of file + +OnEmotion: + emotion 23; + end; +} |