Are you using this call line in a sqf script or from a trigger ?
When i try to spawn the fillhouse script from a marker called Dot(cap_pos_marker) it generates an error in script "_center" is not defined.
I'm using this call line: nul = [cap_pos_marker, 2, true, 1, 10, 1, "default", nil, nil, 5, ["all"]] execVM "LV\fillHouse.sqf";
Am i missing something vital ?
I'm using a Hostage-script where a hostage is spawn randomly using markers as a spawnpoint. I would really like to have the fillhouse script spawn a couple of soldiers as a guard-team together with the hostage.
Any ideas ?
/Bengt