Hi, I am looking to create a game with the roll values being created from the bitcoin blockchain api. The api here: <a href="https://blockchain.info/q" rel="nofollow">https://blockchain.info/q</a> has calls you can make. like difficulty, current hash etc, presumably price can be obtained. So if I can obtain a number from the api, then perhaps use it in a sum then I can create a blockchain dependant game. Is there a really simple example of calling an from an external api and a dice roll? If I can then achieve this, how do I create my dice. (Edit.. Ok, I'm going to have to subscribe to mentor level realistically to achieve this.) Where do I upload a script for a dice roll? Or is it via the macro, I'm trying to work my way through the guides, I haven't seen a practical one for this type of thing. All examples and help would be absolute treasure!