diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:29:58 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:38 +0530 |
commit | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (patch) | |
tree | a4dc51c43d92ef569c4d2fb84a09fb5385abef95 /npc/other/monster_museum.txt | |
parent | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (diff) | |
download | hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.gz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.bz2 hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.xz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.zip |
Script Standardization: changed select format in other folder
Diffstat (limited to 'npc/other/monster_museum.txt')
-rw-r--r-- | npc/other/monster_museum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/monster_museum.txt b/npc/other/monster_museum.txt index 4254fd055..0788289c2 100644 --- a/npc/other/monster_museum.txt +++ b/npc/other/monster_museum.txt @@ -42,7 +42,7 @@ yuno_in03,32,15,3 script Museum Guide 1_F_02,{ mes "[Cenia]"; mes "Welcome to the Monster Museum."; next; - switch(select("Monster Museum?:Tips")) { + switch(select("Monster Museum?", "Tips")) { case 1: mes "[Cenia]"; mes "The Monster Museum was founded by"; |