Skip to content

Commit

Permalink
PreBuilt interaction place holders
Browse files Browse the repository at this point in the history
  • Loading branch information
UAC-MaxxLite committed Aug 21, 2024
1 parent 9041e61 commit 2b0b806
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions A3A/addons/core/functions/Builder/fn_placeBuilderObjects.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Arguments:
params [["_objects",[],[[]]]];

private _constructionObjects = [
["Land_Pallets_F", 30],
["Land_CinderBlocks_01_F", 100],
["Land_WoodenPlanks_01_messy_pine_F", 999999]
["Land_WoodenBox_F", 50],
["Land_WoodenBox_02_F", 100],
["Land_WoodenCrate_01_stack_x5_F", 250],
["Land_PaperBox_closed_F", 400],
["Land_WoodenCrate_01_F", 999999]
];

// other options:
Expand Down

0 comments on commit 2b0b806

Please sign in to comment.