summaryrefslogtreecommitdiff
path: root/npc/cities/lighthalzen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r--npc/cities/lighthalzen.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index f1e8996df..6ba3babbd 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -318,7 +318,7 @@ lighthalzen,230,182,4 script Klaubis#zen3 4_M_LGTGRAND,{
mes "but it can be a little too";
mes "quiet and uneventful here.";
next;
- switch(select("Have you lived in here long?:I agree.:Have you heard about the serial killer?")) {
+ switch(select("Have you lived in here long?", "I agree.", "Have you heard about the serial killer?")) {
case 1:
mes "[Klaubis]";
mes "Yes, our family has";
@@ -553,7 +553,7 @@ lighthalzen,182,102,3 script Lucius#zen5 4_M_LGTGRAND,{
mes "make a donation";
mes "to help the hungry?";
next;
- if (select("Sure.:No, thanks.") == 1) {
+ if (select("Sure.", "No, thanks.") == 1) {
mes "[Lucius]";
mes "Now, you can donate 1 to";
mes "30,000 zeny that will be used";
@@ -891,7 +891,7 @@ lhz_in02,283,276,4 script Customer#amano12 4_F_CHNDRESS1,{
mes "to ask me out or something?";
next;
mes "[Sei]";
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "Well, if he does,";
mes "shouldn't he have";
mes "more guts? Or are ";
@@ -923,7 +923,7 @@ lighthalzen,123,212,4 script Merpi#zen2 8_F_GIRL,{
mes "If you have any questions,";
mes "feel free to ask me anything.";
next;
- switch(select("Well, I have nothing to ask...:Any news or rumors?:I like laundry too.")) {
+ switch(select("Well, I have nothing to ask...", "Any news or rumors?", "I like laundry too.")) {
case 1:
mes "[Merpi]";
mes "Oh, really?";
@@ -1038,7 +1038,7 @@ OnTouch:
mes "Would you give me";
mes "some money?";
next;
- if (select("Give him some money.:Ignore him.") == 1) {
+ if (select("Give him some money.", "Ignore him.") == 1) {
if (Zeny < 50) {
mes "[Beggar]";
mes "I appreciate your";
@@ -1441,7 +1441,7 @@ lhz_in01,125,40,3 script Dowbow Ryuei#ryusei 4_M_THAIONGBAK,{
mes "you like better? ''Uber-Cool''";
mes "or ''Reality?'' Pick one~";
next;
- if (select("Uber-Cool:Reality") == 1) {
+ if (select("Uber-Cool", "Reality") == 1) {
mes "[Dowbow Ryuei]";
mes "Oh yeah? Me too!";
mes "Yeah, we got the same";
@@ -1567,7 +1567,7 @@ lhz_in03,192,19,3 script Haggar#zen1 4_M_EINMAN,{
lhz_in03,193,25,2 script Bartender#12 1_M_PUBMASTER,{
mes "[Tony]";
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "Hey man, I know this";
}
else {
@@ -1822,7 +1822,7 @@ lhz_in01,35,226,5 script Rekenber Guard#li01 4_M_LGTGUARD2,{
mes "area! Please show";
mes "some ID immediately!";
next;
- if (select("ID?:Cancel") == 1) {
+ if (select("ID?", "Cancel") == 1) {
mes "[Rekenber Guard]";
mes "I don't know how you";
mes "adventurers do things in";
@@ -1950,7 +1950,7 @@ OnTouch:
mes "[Rekenber Guard]";
mes "......................";
next;
- if (select("Nice day, huh?:Cancel") == 1) {
+ if (select("Nice day, huh?", "Cancel") == 1) {
mes "[Rekenber Guard]";
mes "...";
emotion e_an;
@@ -1975,7 +1975,7 @@ lhz_in01,25,141,4 script Regenschirm Guard 4_M_LGTGUARD,{
mes "Do you wish to";
mes "go underground?";
next;
- if(select("Yes:No")==1){
+ if(select("Yes", "No")==1){
if(isequipped(2657)){
warp "lhz_dun01",150,288;
end;
@@ -2776,7 +2776,7 @@ lighthalzen,192,63,4 script Sergei#zen1 4_F_03,{
mes "over there. Would you";
mes "like me to tell you?";
next;
- if (select("Sure.:No, thanks.") == 1) {
+ if (select("Sure.", "No, thanks.") == 1) {
mes "[Sergei]";
mes "This previous owner of";
mes "this Weapon Shop was";
@@ -2853,7 +2853,7 @@ lighthalzen,40,107,4 script Vergil#zen4 4_M_LGTMAN,{
mes "I just want to ditch work,";
mes "run outside and work out.";
next;
- switch(select("Where do you want to go?:But shouldn't you go to work?:Have you heard about the serial killer?")) {
+ switch(select("Where do you want to go?", "But shouldn't you go to work?", "Have you heard about the serial killer?")) {
case 1:
mes "[Vergil]";
mes "Well, those guys in";
@@ -2978,7 +2978,7 @@ lhz_in01,139,48,7 script Leimi#mimir 1_F_MERCHANT_01,{
mes "Um, may I help you?";
emotion e_omg;
if (BaseJob == Job_Assassin) {
- if (Sex) {
+ if (Sex == SEX_MALE) {
next;
mes "[Leimi]";
mes "Oh, you're an Assassin!";
@@ -3001,7 +3001,7 @@ lhz_in01,139,48,7 script Leimi#mimir 1_F_MERCHANT_01,{
lhz_in01,138,47,0 script #mimir_camera FAKE_NPC,2,2,{
OnTouch:
if (BaseJob == Job_Assassin) {
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "^3355FF*Click*^000000";
next;
mes "["+strcharinfo(0)+"]";
@@ -3022,7 +3022,7 @@ lhz_in02,36,274,4 script Cool Event Staff#Saera 4_F_ZONDAGIRL,{
mes "of Cool Event Corporation.";
mes "How may I help you today?";
next;
- switch(select("Temporary headquarters?:Voting:No, thanks.")) {
+ switch(select("Temporary headquarters?", "Voting", "No, thanks.")) {
case 1:
mes "[Saera]";
mes "Our headquarters building";