diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:29:35 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:29:35 +0530 |
commit | fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (patch) | |
tree | 4d498a2b0c030af860e8387cae14faa81fe264d9 /npc/custom/quests/kahohorn.txt | |
parent | 5235fb8353dfc68d71608bb26b4ba776974a0991 (diff) | |
download | hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.gz hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.bz2 hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.xz hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.zip |
Script Standardization: changed select format in custom folder
Diffstat (limited to 'npc/custom/quests/kahohorn.txt')
-rw-r--r-- | npc/custom/quests/kahohorn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt index 880e2aff9..4d37c9530 100644 --- a/npc/custom/quests/kahohorn.txt +++ b/npc/custom/quests/kahohorn.txt @@ -45,7 +45,7 @@ geffen,115,107,5 script Lord Kaho's Servant 1_M_PUBMASTER,{ mes .@n$; mes "Are you ready for me to make this special item?"; next; - if(select("Sure am!:These requirements are unfathomable!")==2) { + if(select("Sure am!", "These requirements are unfathomable!")==2) { mes .@n$; mes "What I had to go through was more unfathomable..."; mes "If you succeed in getting these items, you will have incredible strength!"; |