Search found 1 match
- Thu Oct 04, 2012 5:25 am
- Forum: Suggestion Box
- Topic: Scripting requests
- Replies: 833
- Views: 339421
Re: Scripting requests
For various trading addons, please expose stationEntity.localMarket to js. I only need readonly access to prices and qty, but I guess there could be others who might want to change market pricing as well. Something like this would be nice (from js): food = station.localMarket['food'].price; mkt = st...