Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kyle = SystemPath.New(-3,-1,2)
- local s = kyle:GetStarSystem()
- print("system: "..s.name)
- local base_price_alterations = s:GetCommodityBasePriceAlterations()
- for k,v in pairs(base_price_alterations) do
- print(k..": "..v)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement