Jump to content
  • 0
Thyr

Changing it to random points

Question

2 answers to this question

Recommended Posts

  • 0

This whole script is very ugly, but if you want a quick, dirty patch just change line 125 from 

.@point = .gold_amount[0];

 

to 

.@point = rand(1, .gold_amount[0]);

And then on line 45 change the value of .gold_amount to the max value you want (ie 5)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.