WIP: add asset diary pages

This commit is contained in:
2024-02-02 01:06:43 -08:00
parent 1e4a5a79a8
commit 3f5c6c5a59
19 changed files with 682 additions and 56 deletions

View File

@@ -0,0 +1,13 @@
private _assetMarkerStore = localNamespace getVariable [
"milsim_fbcb2_assets_markerStore",
[]
];
{
deleteMarkerLocal _x;
} forEach _assetMarkerStore;
localNamespace setVariable [
"milsim_fbcb2_assets_markerStore",
[]
];