Advertisement
samuelask

Untitled

Aug 3rd, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. address = {"Leo Minor", "Piscis Austrinus", "Eridanus", "Sculptor", "Microscopium", "Pisces", "Point of Origin"}
  6. print(component.stargate.getEnergyRequiredToDial(address))
  7.  
  8. for index, data in ipairs(component.stargate.getEnergyRequiredToDial(address)) do
  9. print(index)
  10.  
  11. for key, value in pairs(data) do
  12. print('\t', key, value)
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement