Update fortify wiki with working example (#5986)

This commit is contained in:
PabstMirror 2017-12-28 12:57:38 -06:00 committed by SilentSpike
parent 37e42debc0
commit 07e1482719

View File

@ -48,7 +48,7 @@ To add a preset via code you use the function `call acex_fortify_fnc_registerObj
* None
*
* Example:
* [west, 5000, [["Sandbag", 5], ["Bunker", 50]]] call acex_fortify_fnc_registerObjects
* [west, 5000, [["Land_BagFence_Long_F", 5], ["Land_BagBunker_Small_F", 50]]] call acex_fortify_fnc_registerObjects
```
Adding it through `description.ext` you use: