|
@@ -62,7 +62,7 @@ prt_are_in,103,11,3 script Arena Point Manager 732,{
|
|
mes "To cancel, enter ''^3355FF0^000000.''";
|
|
mes "To cancel, enter ''^3355FF0^000000.''";
|
|
next;
|
|
next;
|
|
input .@input;
|
|
input .@input;
|
|
- if (.@input == 0) {
|
|
|
|
|
|
+ if (.@input <= 0) {
|
|
mes "[Arena Point Manager]";
|
|
mes "[Arena Point Manager]";
|
|
mes "You have";
|
|
mes "You have";
|
|
mes "canceled";
|
|
mes "canceled";
|
|
@@ -113,8 +113,8 @@ prt_are_in,103,11,3 script Arena Point Manager 732,{
|
|
mes "into 5 Arena Points " + .@input + " times.";
|
|
mes "into 5 Arena Points " + .@input + " times.";
|
|
mes "A total of " + .@want_point1 + " Turbo Track Points were converted into";
|
|
mes "A total of " + .@want_point1 + " Turbo Track Points were converted into";
|
|
mes "" + .@want_point +" Arena Points.";
|
|
mes "" + .@want_point +" Arena Points.";
|
|
- set tt_point,tt_point - .@want_point1;
|
|
|
|
- set arena_point,arena_point+.@want_point;
|
|
|
|
|
|
+ set tt_point, .@my_turbo_all;
|
|
|
|
+ set arena_point, .@my_arena_all;
|
|
next;
|
|
next;
|
|
mes "[Arena Point Manager]";
|
|
mes "[Arena Point Manager]";
|
|
mes "" + strcharinfo(0) + ",";
|
|
mes "" + strcharinfo(0) + ",";
|