Advertisement
robn

Untitled

Aug 10th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1.     local kyle = SystemPath.New(-3,-1,2)
  2.     local s = kyle:GetStarSystem()
  3.     print("system: "..s.name)
  4.     local base_price_alterations = s:GetCommodityBasePriceAlterations()
  5.     for k,v in pairs(base_price_alterations) do
  6.         print(k..": "..v)
  7.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement