#"set request" on platform ?

1 messages · Page 1 of 1 (latest)

gilded dune
#

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 ?)

shut maple
#

the easiest is to request everything, and have it rounded to rocket loads

#

if you actually want fine control, you'll need to store things on the space platform on belts instead of in the hub itself
that way you can control how much is in the hub to request things from the ground

#

as for sending signals, it is possible, but complicated

gilded dune
shut maple
#

if you want, sure

gilded dune