gruppe-adler / grad-replay

Records player and AI movment and replays at the end of the mission.
GNU General Public License v3.0
7 stars 1 forks source link

move replay_init.sqf to function, keep script for compatibility #10

Closed McDiod closed 6 years ago

McDiod commented 6 years ago

Moves GRAD_replay_init.sqf to a function, so that you can call it with [] call grad_replay_fnc_init instead of the entire path to the module.

Keeps GRAD_replay_init.sqf file for backwards compatibility.