summaryrefslogtreecommitdiff
path: root/npc/custom/quests/quest_shop.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:29:35 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:29:35 +0530
commitfa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (patch)
tree4d498a2b0c030af860e8387cae14faa81fe264d9 /npc/custom/quests/quest_shop.txt
parent5235fb8353dfc68d71608bb26b4ba776974a0991 (diff)
downloadhercules-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/quest_shop.txt')
-rw-r--r--npc/custom/quests/quest_shop.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/quests/quest_shop.txt b/npc/custom/quests/quest_shop.txt
index 2d1ab33a4..dd7fad138 100644
--- a/npc/custom/quests/quest_shop.txt
+++ b/npc/custom/quests/quest_shop.txt
@@ -126,7 +126,7 @@ OnBuyItem:
set .@preview,1;
addtimer 1000, strnpcinfo(0)+"::OnEnd";
while(1) {
- switch(select(" ~ Purchase ^0055FF"+getitemname(.@q[0])+"^000000:"+((.@preview && !@qe[7])?" ~ Preview...":"")+": ~ ^777777Cancel^000000")) {
+ switch(select(" ~ Purchase ^0055FF"+ getitemname(.@q[0]) +"^000000", ((.@preview && !@qe[7])?" ~ Preview...": ""), " ~ ^777777Cancel^000000")) {
case 1:
if (@qe[0]) {
mes "[Quest Shop]";