From bf4b0a281207e46a9b21a9c9f779aeafaa739b62 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 26 Oct 2014 02:06:46 +0100 Subject: Replaced 'set' with direct assignment where applicable (common folder) Signed-off-by: Haru --- npc/jobs/1-1e/taekwon.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/jobs/1-1e/taekwon.txt') diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index 6403c2648..dd088790d 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -102,7 +102,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "training as a Novice. Very good. Then let us prepare for your"; mes "spiritual training. Take a deep"; mes "breath, speak to me when ready."; - set TK_Q, 2; + TK_Q = 2; setquest 6001; close; } @@ -112,8 +112,8 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "true potential without integrating mind and body. Go, gain ^FF00001 more"; mes "Base Level^000000, and then return."; next; - set TAEK_Q, BaseLevel; - set TK_Q, 1; + TAEK_Q = BaseLevel; + TK_Q = 1; setquest 6000; mes "[Phoenix]"; mes "I understand this is not an"; @@ -136,7 +136,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ switch(TK_Q) { case 1: if(BaseLevel > TAEK_Q) { - set TK_Q, 2; + TK_Q = 2; changequest 6000,6001; mes "[Phoenix]"; mes "Good. I sense that you"; @@ -331,7 +331,7 @@ payon,157,141,5 script Phoenix#TKJobChange 4_M_MONK,{ mes "we have discussed for a little"; mes "while. When your mind is calm,"; mes "come and speak to me."; - set TK_Q, 3; + TK_Q = 3; changequest 6001,6002; close; case 3: -- cgit v1.2.3-70-g09d2