Arma 3
Not enough ratings
SCP Extended Functions Dev Build
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Mechanics
File Size
Posted
Updated
4.237 MB
20 Jan, 2024 @ 9:19pm
18 Jun, 2024 @ 1:43am
10 Change Notes ( view )

Subscribe to download
SCP Extended Functions Dev Build

Description
Development build of SCP-Extended Functions. Everything should work in MP.
Not intended for general use - either use at your own risk or wait for the main branch to update.



Here's an example on how to initialize the functions:


//Explanations inside functions have not been updated yet. //Complicated function execution no more. Just do this: [TeslaGate1, false] call DGF_fnc_CreateTeslagate; [Keypad1, "1504", [DoorKeypad]] call DGF_fnc_CreateKeypad; [BottomOutsideButton, BottomInsideButton, BottomElevator, TopOutsideButton, TopInsideButton, TopElevator, "Bottom"] call DGF_fnc_CreateElevator;


I have left documentation inside the function .sqf files, which will help you understand how to init them.

If you have any questions, feedback, or need support, ping me in the #support channel on SCP + Arma Association[discord.gg] discord.
1 Comments
Suprier457 14 Apr, 2024 @ 2:45am 
Hi, wondering how this actually works, I am little confused with how to script things up