diff options
Diffstat (limited to 'npc/re/jobs/1-1/thief.txt')
-rw-r--r-- | npc/re/jobs/1-1/thief.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/re/jobs/1-1/thief.txt b/npc/re/jobs/1-1/thief.txt index 5c72e51cc..d2a1cf07d 100644 --- a/npc/re/jobs/1-1/thief.txt +++ b/npc/re/jobs/1-1/thief.txt @@ -143,7 +143,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ next; switch (select("I want to be a Thief.:Nothing.")) { case 1: - if (job_thief_q == 0) { + if (THF_Q == 0) { mes "[Thief Guildsman]"; mes "Well, are you that proud of it? You're telling me so proudly that you want to be a Thief! Why don't you go to all the villages and advertise yourself for being a thief?"; mes "'Ha ha ha! Go put up a banner that says 'I will be a proud thief who steals other people's stuff.'"; @@ -191,7 +191,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ mes "[Thief Guildsman]"; mes "Alright. I looked at your Felony Record, and you seem to have a very interesting history. You might have what it takes to be a Thief."; mes "" + strcharinfo(0) + ". I now decree that you have passed this interview. Good work!"; - set job_thief_q,1; + set THF_Q,1; next; mes "[Thief Guildsman]"; mes "Well, I'm not in charge of making you a Thief. I just accept applications, get it?"; @@ -203,7 +203,7 @@ moc_prydb1,39,129,2 script Thief Guildsman 69,{ close; } } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Thief Guildsman]"; mes "Well, I'm not in charge of making you a Thief. I just accept applications, get it?"; mes " If you want to become a Thief, ask the sharp-eyed guy next to me."; @@ -244,12 +244,12 @@ moc_prydb1,42,133,2 script Comrade 118,{ mes "you doing here anyway?"; close; } - if (job_thief_q == 0) { + if (THF_Q == 0) { mes "[Comrade]"; mes "What's the matter? If you want to be a Thief, speak to the woman beside me."; close; } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Thief Guildsman]"; mes "Alright. You must have passed the job interview, huh?"; mes "Good. I'll accept you."; @@ -318,7 +318,7 @@ moc_ruins,141,125,3 script Mr. Irrelevant 83,{ close; } } - if (job_thief_q == 1) { + if (THF_Q == 1) { mes "[Mr. Irrelevant]"; mes "There is this strange smell coming from... You. Now why would that be?"; close; @@ -329,4 +329,4 @@ moc_ruins,141,125,3 script Mr. Irrelevant 83,{ mes "[Mr. Irrelevant]"; mes "You can get more information in the Underground Room in the Pyramid 1 BF."; close; -} +}
\ No newline at end of file |