Had an idea for a random plat turn in just not sure how to write it. I saw these lines, just werent sure how to combine them?
	Code:
	quest::givecash(0,0,0,0);
 
	Code:
	quest::chooserandom
 And would there be a way to determine what the random number was? 
Example would be.. You get X amount of platinum for reward, and then the npc will respond with " you have received x amount of cash"
I know all the basics just not how to make the random amount or how to make the npc say how much was generated.