Open
Description
Consider the basic model of hacking/stock trading/company working below:
For now getServer().organizationName
and getOrganization()
reveals No. 3 and 4, respectively. However there seems to be no way to obtain relations of organization - company and company - location.
This renders certain judgement based on these info hard to code in scripts such as:
- I'd like to trade with certain stock, and work for its corresponding company to increase its forecast.
- I'd like to work for certain mega company to get invited by its faction. To make it easier I would like to backdoor their corresponding server.
My idea is to add two singularity function getCompany()
and getLocation()
returning some detailed info about a company/location, including their corresponding company/organization. How do you think?
Activity