I need some help.
I need to call up a random Number at the Begining of the Game
then call it with a Scrpit from a inventory item.
in the start up function put a
rand_num=Random(100); // if you want a number from 0 to 100
then in the inventory interaction you can call the rand_num
Thanks Spyros it worked like a Charm :D