Yuna Posted February 14, 2020 Posted February 14, 2020 I have an item that give Zeny when you double click, but it doesn't display the amount of zeny you receive. Anyone know how I can make it display the amount of zeny you get with dispbottom? set Zeny,Zeny+rand(5000,50000); Quote
0 Start_ Posted February 14, 2020 Posted February 14, 2020 .@zeny_reward = rand(5000,50000); Zeny += .@zeny_reward; dispbottom "Gained " + .@zeny_reward + "z"; 1 Quote
0 Yuna Posted February 14, 2020 Author Posted February 14, 2020 7 hours ago, Start_ said: .@zeny_reward = rand(5000,50000); Zeny += .@zeny_reward; dispbottom "Gained " + .@zeny_reward + "z"; Thank you very much! Quote
Question
Yuna
I have an item that give Zeny when you double click, but it doesn't display the amount of zeny you receive. Anyone know how I can make it display the amount of zeny you get with dispbottom?
set Zeny,Zeny+rand(5000,50000);
2 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.