Modding Help Accessing storage table of a different object placed in the world.

Discussion in 'Starbound Modding' started by UniQMG, Aug 5, 2016.

  1. UniQMG

    UniQMG Void-Bound Voyager

    I'm creating a simple energy system where neighboring tiles attempt to equalize their stored 'energy'. My current idea was to use the storage table to transfer the energy by having a different object's script modify it. (e.g. This object has 20 energy and that object has 10, remove 2 from my storage table and add 2 to it's storage table).
    I'd also appreciate an alternate solution on how to achieve this, even if it's possible to access another tile's table.
     

Share This Page