I'm really sorry, i don't understood you at first message, my bad . So, it is not possible to get list of [Buildings] object in script, only thing that you can get - is it's name and pos when it die.

Цитата Сообщение от _79_dev Посмотреть сообщение
Ok, just tested it still no joy of getting list of buildings... i can get only statics objects... Any tips???

what i have is:

[Buildings]
0_bld buildings.House$EnglandShelter00 1 269360.87 206200.34 -55.00
<skip>[BuildingsLinks]

thats from .mis file

so basicly buildings created on FMB are not being written as statics objects.... right???
not exactly, there are two class of objects - static and stationary, we can operate with stationary and can not - with static ; [Buildings] - are static. You can use some of buildings model in FMB stationary->buildings , and this object would be stationary and present in gpGroundStationarys() array.