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/platinum_skills.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/platinum_skills.txt')
-rw-r--r-- | npc/custom/platinum_skills.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/platinum_skills.txt b/npc/custom/platinum_skills.txt index da35da389..3cd85f873 100644 --- a/npc/custom/platinum_skills.txt +++ b/npc/custom/platinum_skills.txt @@ -23,7 +23,7 @@ prontera,128,200,6 script Platinum Skill NPC 4_F_MAID,{ mes "I can give you the special skills available to your job."; mes "Would you like these skills now?"; next; - if (select("Yes Please:No") == 2) { + if (select("Yes Please", "No") == 2) { mes "[Platinum Skill NPC]"; mes "Have a nice day... >.>"; close; |