...is it even worth it to start pissing about with ArmA editing when ArmA 2 is out?

Is there any way to place a lamp or lantern or some other functioning (and realistic) light source in an added building object, such as WarfareBDepot?
Place a road cone (or another object) somewhere on the map and run this code:
_cone = _this select 0
_lamp = "Land_lampa_ind_b" createVehicle getPos _cone
deleteVehicle _cone
Of course you can choose a different type of lamp if you want to.
PS If you find a way to rotate the lamp model
and the light, please let me know
