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/resetnpc.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/resetnpc.txt')
-rw-r--r-- | npc/custom/resetnpc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/resetnpc.txt b/npc/custom/resetnpc.txt index 1f8448111..2f34435a0 100644 --- a/npc/custom/resetnpc.txt +++ b/npc/custom/resetnpc.txt @@ -26,7 +26,7 @@ prontera,150,193,4 script Reset Girl 4_F_TELEPORTER,{ mes "Reset Both: "+ .@ResetBoth +"z"; mes "Please select the service you want:"; next; - switch(select("^FF3355Reset Skills:Reset Stats:Reset Both^000000:Cancel")) { + switch(select("^FF3355Reset Skills", "Reset Stats", "Reset Both^000000", "Cancel")) { case 1: mes "[Reset Girl]"; if (Zeny < .@ResetSkill) { |