Adding Arma 3 Hospital With Debug Console

Add Hidden Arma 3 Hospital With Debug Console

The Arma 3 Hospital is not in the 3DEN editor objects list so here is how to add it

tools>debug console

In the execute window place this code

create3DENEntity
[
“Object”,
“Land_Hospital_main_F”,
screenToWorld [0.5,0.5]
];

Change Object”” and Hit Local Excec for each part, class names below.

Land_Hospital_main_F (Main Building)
Land_Hospital_side1_F (Wing with stairs)
Land_Hospital_side2_F (Helipad on top)