example you put 10 Event Token then your Event Points is only 50 goto sorry you dont have enought Event Points
when you have enought Event Points like 100Event Points. then you input 10 Event Token.. automatically devide the Event Points to 8
so 10Event Token x 8 Event Points = 80 Event Points so you have 20 Event Points Left
like i said every 1 Token automatically cost of 8 Event Points
i have wrote simple script but.. 1 Event Point = 1 item..
so i want to make this 8 Event Point = 1 item
mes "Please input the number of ";
mes "Please input your EVENT_POINTS";
next;
input .@t;
if( #EVENT_POINTS >.@t ) goto getreward;
close;
getreward:
set #EVENT_POINTS, #EVENT_POINTS - .@t;
getitem 30000,.@t;
close;
sorry for my bad english..
i cant speak english property because on my main language
Question
XkAcY-
May i ask can you edit this
8 Event_Points = 1 Event Token
example you put 10 Event Token then your Event Points is only 50 goto sorry you dont have enought Event Points
when you have enought Event Points like 100Event Points. then you input 10 Event Token.. automatically devide the Event Points to 8
so 10Event Token x 8 Event Points = 80 Event Points so you have 20 Event Points Left
like i said every 1 Token automatically cost of 8 Event Points
i have wrote simple script but.. 1 Event Point = 1 item..
so i want to make this 8 Event Point = 1 item
sorry for my bad english..
i cant speak english property because on my main language
itchimo estrenio
Edited by XkAcY-Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.