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/sphinx_mask.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/sphinx_mask.txt')
-rw-r--r-- | npc/custom/quests/sphinx_mask.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt index a32828b8b..f7e1023c4 100644 --- a/npc/custom/quests/sphinx_mask.txt +++ b/npc/custom/quests/sphinx_mask.txt @@ -37,7 +37,7 @@ L_Menu: case 2: mes "Ahh a business man are you no? Fine, how about..."; break; case 3: mes "Hmmm... you drive a hard bargain, ok... my final offer..."; break; } next; - if(select("Pay "+getarg(1)+"z:No deal")==2) return; + if(select("Pay "+getarg(1)+"z", "No deal")==2) return; mes "[Turban Thief]"; if (Zeny < getarg(2)) { mes "Are youz playin wit me? You don't have ze money!"; |