summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_point.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:29:58 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:44:38 +0530
commit57ed698dc135be8222e127fe8e1d02c456e7f8b5 (patch)
treea4dc51c43d92ef569c4d2fb84a09fb5385abef95 /npc/other/arena/arena_point.txt
parentd2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (diff)
downloadhercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.gz
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.bz2
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.xz
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.zip
Script Standardization: changed select format in other folder
Diffstat (limited to 'npc/other/arena/arena_point.txt')
-rw-r--r--npc/other/arena/arena_point.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/arena/arena_point.txt b/npc/other/arena/arena_point.txt
index befe71d23..40af36d46 100644
--- a/npc/other/arena/arena_point.txt
+++ b/npc/other/arena/arena_point.txt
@@ -40,7 +40,7 @@ prt_are_in,103,11,3 script Arena Point Manager 4_M_JOB_HUNTER,{
mes "Al De Baran's Turbo Track, I can,";
mes "convert them into Arena Points.";
next;
- switch(select("Point Check:Convert Points:^660000Conversion Info^000000")) {
+ switch(select("Point Check", "Convert Points", "^660000Conversion Info^000000")) {
case 1:
mes "[Arena Point Manager]";
mes "" + strcharinfo(0) + ",";
@@ -62,7 +62,7 @@ prt_are_in,103,11,3 script Arena Point Manager 4_M_JOB_HUNTER,{
mes "when you convert more than 10";
mes "Track Points at one time, you can only convert in ^4D4DFFmultiples of 10^000000.";
next;
- switch(select("2 TP -> 1 AP:4 TP -> 2 AP:6 TP -> 3 AP:8 TP -> 4 AP:10 TP and more:Cancel")) {
+ switch(select("2 TP -> 1 AP", "4 TP -> 2 AP", "6 TP -> 3 AP", "8 TP -> 4 AP", "10 TP and more", "Cancel")) {
case 1:
callsub S_ExchangePoints,28999,2,1;
case 2: