

popochun
-
Posts
5 -
Joined
-
Last visited
Community Answers
-
popochun's post in request exchange script.. was marked as the answer
Came a cross this post and checked the code. There's a minor bug in your first code segment.
.@numbers = ex_cd_pts / .limit;
must comes before
ex_cd_pts = ex_cd_pts % .limit;
Otherwise this is working great! nice job and thanks for the script!