From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/009-2/nurse.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'world/map/npc/009-2/nurse.txt') diff --git a/world/map/npc/009-2/nurse.txt b/world/map/npc/009-2/nurse.txt index 4a432db4..63ae6a67 100644 --- a/world/map/npc/009-2/nurse.txt +++ b/world/map/npc/009-2/nurse.txt @@ -335,9 +335,9 @@ L_choosePut: if ( (@hlPut > @hlNeed) && (@vnPut <= @vnNeed) ) goto L_m_hl_l_vn; if ( (@hlPut <= @hlNeed) && (@vnPut > @vnNeed) ) - goto L_l_hl_m_vn; + goto L_hl_m_vn; if ( (@hlPut < @hlNeed) && (@vnPut < @vnNeed) ) - goto L_l_hl_l_vn; + goto L_hl_l_vn; mes "You feel quite normal."; mes "[Nurse]"; @@ -377,7 +377,7 @@ L_m_hl_l_vn: next; goto L_check_st; -L_l_hl_m_vn: +L_hl_m_vn: // first poison for 10 minutes, player will die anyway sc_start sc_poison, 1, 20; mes "You feel a sting in your stomach and your heart starts pounding loudly."; @@ -393,7 +393,7 @@ L_l_hl_m_vn: goto L_Close; // goto L_check_st; -L_l_hl_l_vn: +L_hl_l_vn: //poison for 1 minute sc_start sc_poison, 1, 20; mes "The antidote seems to have no effect."; @@ -401,30 +401,30 @@ L_l_hl_l_vn: L_check_st: if ( (@stPut < @stNeed) ) - goto L_l_st; + goto L_st; if ( (@stPut > @stNeed) ) goto L_m_st; if (@hl_vn_ok == 1) - goto L_allcorrect; + goto L_AllCorrect; mes "[Nurse]"; mes "\"The amount of the stabilizer seems alright, but we have to think again about the other ingredients.\""; next; - goto L_notallcorrect; + goto L_NotAllCorrect; -L_l_st: +L_st: mes "[Nurse]"; mes "\"It looks like we used not enough of the stabilizer. The antidote will lose its effect after some time.\""; next; - goto L_notallcorrect; + goto L_NotAllCorrect; L_m_st: mes "[Nurse]"; mes "\"It looks like we used too much of the stabilizer. The antidote will turn into venom again after some time.\""; next; - goto L_notallcorrect; + goto L_NotAllCorrect; -L_allcorrect: +L_AllCorrect: mes "You feel totally normal again."; next; mes "[Nurse]"; @@ -440,7 +440,7 @@ L_allcorrect: callsub S_Update_Var; goto L_Close; -L_notallcorrect: +L_NotAllCorrect: mes "[Nurse]"; mes "\"It didn't work. You are a really brave person. Now you should rest and recover. I hope you won't give up now. Please come back later, so we can try it again.\""; next; -- cgit v1.2.3-60-g2f50