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/item_signer.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/item_signer.txt')
-rw-r--r-- | npc/custom/item_signer.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/item_signer.txt b/npc/custom/item_signer.txt index ee03c16eb..7e90542b1 100644 --- a/npc/custom/item_signer.txt +++ b/npc/custom/item_signer.txt @@ -19,7 +19,7 @@ prt_in,24,61,7 script Perchik 1_M_01,{ mes "[Perchik]"; mes "I can ^0055FFsign your name^000000 on almost any rare item you hold."; next; - if(select("Tell me more...:Sign my items, please!") == 1) { + if(select("Tell me more...", "Sign my items, please!") == 1) { mes "[Perchik]"; mes "I can put your name on any slotless equipment or weapon."; emotion e_ic; @@ -101,7 +101,7 @@ prt_in,24,61,7 script Perchik 1_M_01,{ } mes "Shall I sign your ^0055FF"+getitemname(.@id)+"^000000?"; next; - if(select("Ok!:Leave")==2) { + if(select("Ok!", "Leave")==2) { mes "[Perchik]"; mes "See you..."; emotion e_yawn; |