Headbug Fix Script

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Headbug Fix Script

Seifus
I used your missions and find it excellent. I would like to contribute with a suggestion, place a code to solve the problem when your units will not obey your instructions or are stucked, also called headbug.
The code would be something like this:

titleCut["","BLACK FADED",0];
{
                _pos = position _x;
                _vehi = "Lada1" createVehicle [0,0,0];
                _x moveInCargo _vehi;
                deleteVehicle _vehi;
                _x setPos _pos;
} forEach units group player;
titleCut["","BLACK IN",5];

This code could be run from your command menu, using 0-0 command.

Greetings.

Seifus