Yuna Posted February 14, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 96 Reputation: 5 Joined: 03/16/16 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted February 14, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: Yesterday at 02:57 AM Share Posted February 14, 2020 .@zeny_reward = rand(5000,50000); Zeny += .@zeny_reward; dispbottom "Gained " + .@zeny_reward + "z"; 1 Quote Link to comment Share on other sites More sharing options...
0 Yuna Posted February 14, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 96 Reputation: 5 Joined: 03/16/16 Last Seen: May 30, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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);
Link to comment
Share on other sites
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.