Hi there !
I wondering, is there a way to attribute dynamically a platform's request ?
I would like to do something like that for potions, and take the maximum that I can when the platform which grab potions is in orbit.
I would like something like :
Ok, there is 3764 potions on Vulcanus, I would like to set dynamically a request to grad the number of potions, rounded to k.
So, I have 3764 potions on Vulvanus, I would like a request of 3k potions on my platform (Easily doable with logics : Potions / 1000 * 1000. but how send this signal to platform to set a request ?)