Thread: Random Plat
View Single Post
  #1  
Old 06-21-2017, 01:02 PM
Baelu
Sarnak
 
Join Date: Jun 2017
Posts: 30
Default Random Plat

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.
Reply With Quote