Open nappel4life opened 7 years ago
If you would like to make a pull request I will merge your correction
I don´t know how i do a pull request XD
Instead of that, make this the code.
_return = []; { _pos = call compile format ["%1",_x select 1]; _house = nearestObject [_pos, "House"]; _house allowDamage false; _return pushBack [_x select 1]; } forEach _houses;
If im in spawnmenu, then there were the houses listed twice and initialsed twice. To fix this, i only edited these lines.
i commented out the last pushback. The furnituress still works.