diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
commit | 5235fb8353dfc68d71608bb26b4ba776974a0991 (patch) | |
tree | e767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/splendide.txt | |
parent | 226f8b335500dbef9c647603f7e2cbe99b885956 (diff) | |
download | hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.gz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.bz2 hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.xz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.zip |
Script Standardization: changed select format in cities folder
Diffstat (limited to 'npc/cities/splendide.txt')
-rw-r--r-- | npc/cities/splendide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/splendide.txt b/npc/cities/splendide.txt index cbd45c4c8..c7ff5a365 100644 --- a/npc/cities/splendide.txt +++ b/npc/cities/splendide.txt @@ -502,12 +502,12 @@ spl_in01,172,225,3 script Wandering Poet#ep13 1_M_BARD,{ mes "[Poet Nell]"; mes "So do you want to listen to my playing?"; next; - switch(select("Sure.:Not really.")) { + switch(select("Sure.", "Not really.")) { case 1: mes "[Poet Nell]"; mes "What song do you want??"; next; - switch(select("Poet of Bragie:Chaos in Eternity:Sunset Assassin:Ring of Nibelungen")) { + switch(select("Poet of Bragie", "Chaos in Eternity", "Sunset Assassin", "Ring of Nibelungen")) { case 1: cutin "god_nelluad02",2; mes "[Poet Nell]"; |