Move build checks to separate files

For better organization
This commit is contained in:
ebaydayz
2016-04-28 11:52:23 -04:00
parent b5af74b72b
commit f42496bb03
5 changed files with 111 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
// If parameters were passed redirect to vanilla player_build (Epoch items don't pass anything)
// If an array was passed redirect to vanilla player_build (Epoch items pass a string)
if (!isNil "_this" && {typeName _this == "ARRAY"} && {count _this > 0}) exitWith {_this spawn player_buildVanilla;};
/*
DayZ Base Building