noobsai Posted May 23, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: January 25 Share Posted May 23, 2014 Hi I've added a usable item called cash ticket and all I want is the function that makes the my usable cash ticket generates cashpoints (@cash ) ranging from 10-20 points randomly. Thanks, Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 23, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2357 Joined: 10/28/11 Last Seen: Saturday at 02:34 PM Share Posted May 23, 2014 ...........{ .@amount = rand( 10,20 ); #CASHPOINTS += .@amount; dispbottom "Gained "+.@amount+" Cash"; },{},{} Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 23, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2357 Joined: 10/28/11 Last Seen: Saturday at 02:34 PM Share Posted May 23, 2014 .................{ #CASHPOINTS += rand( 10,20 ); },{},{} Quote Link to comment Share on other sites More sharing options...
noobsai Posted May 23, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: January 25 Author Share Posted May 23, 2014 thank you emistry, how to add a message in the chatbox on how much he get based on the random number. Quote Link to comment Share on other sites More sharing options...
noobsai Posted May 24, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: January 25 Author Share Posted May 24, 2014 Thanks Emistry Quote Link to comment Share on other sites More sharing options...
Question
noobsai
Hi I've added a usable item called cash ticket and all I want is the function that makes the my usable cash ticket generates cashpoints (@cash ) ranging from 10-20 points randomly.
Thanks,
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.