summaryrefslogtreecommitdiff
path: root/npc/jobs/valkyrie.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:45:53 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:45:53 +0530
commit67eb36ab193d7258e9f225891474c2914d1bba64 (patch)
tree64de31fd5c47780e00f60ab2a825a362f0114e7c /npc/jobs/valkyrie.txt
parentfcfe8a19a4db505b277d1946761d2c1285413aee (diff)
downloadhercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.gz
hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.bz2
hercules-67eb36ab193d7258e9f225891474c2914d1bba64.tar.xz
hercules-67eb36ab193d7258e9f225891474c2914d1bba64.zip
Script Standardization: changed select format in jobs folder
Diffstat (limited to 'npc/jobs/valkyrie.txt')
-rw-r--r--npc/jobs/valkyrie.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt
index 483c67346..61301d8ee 100644
--- a/npc/jobs/valkyrie.txt
+++ b/npc/jobs/valkyrie.txt
@@ -230,7 +230,7 @@ yuno_in02,88,164,5 script Metheus Sylphe#Library 2_M_SAGE_B,{
mes "donation amount is";
mes "1,285,000 zeny.";
next;
- if (select("Donate.:Cancel.") == 1) {
+ if (select("Donate.", "Cancel.") == 1) {
if (Zeny >= 1285000) {
Zeny -= 1285000;
valkyrie_Q = 1;
@@ -266,7 +266,7 @@ yuno_in02,93,207,1 script Book of Ymir HIDDEN_NPC,{
mes "[The Book of Ymir]";
mes "In the Hall of Honor, everything is prepared for heroes. It is rumored that any wish that cannot be fulfilled in our reality can be realized in the Hall of Honor.";
next;
- if (select("Stop reading.:Continue reading.") == 1) {
+ if (select("Stop reading.", "Continue reading.") == 1) {
mes "[The Book of Ymir]";
mes ".....";
close;
@@ -372,7 +372,7 @@ valkyrie,44,33,5 script Teleporter 4_F_TELEPORTER,{
mes "Honorable one,";
mes "which place do you wish to go?";
next;
- switch(select("Prontera:Morroc:Payon:Geffen:Alberta:Izlude:Al De Baran:Comodo:Juno")) {
+ switch(select("Prontera", "Morroc", "Payon", "Geffen", "Alberta", "Izlude", "Al De Baran", "Comodo", "Juno")) {
case 1: callsub S_Warpchar,"prontera",116,72;
case 2: callsub S_Warpchar,"morocc",156,46;
case 3: callsub S_Warpchar,"payon",69,100;