Hi Guys,
first of all .. best mod ever - i saw first the Video in the City and was flashed ... realyly nice work!
Now i try to get these Z´s to work but i hard miss a "howto" file.
My first question is .. i found Zombiespawns under Units (F1) and under Modules (F7) in the Editor .. what is the difference between these ?
second one is ... got Zombies spawned but i want them only in a specific Area - when leaving this area the should be deleted or better fall to death (setdamage = 1)
----- i tried the Module Deletion Settings - but this was a fail for me
----- i tried a trigger with something like that : {if (side _x == EAST AND _x in thisList) then {_x setDamage 1};} foreach allunits; - but this is also not really sucessfull
i want all & only zombies that enter a trigger fall to death or be deleted .. Vehicles should pass and player too ... this is also for Epoch - so working with playerSide is also difficult ...
Anyone with some hints for me how to proceed?
thx in advance ;)