Fix some issues with traps

Removed two unused files.

Vanilla commits:

42e72463a3

02726fb192

6a7c53ebcf

1fb6308995

9543ea057f
This commit is contained in:
ebayShopper
2017-03-20 15:53:35 -04:00
parent 100f9f5da8
commit e38f47375c
20 changed files with 111 additions and 117 deletions

View File

@@ -12,10 +12,6 @@ _init = {
_arm = {
//if (isServer) then {
// don't work (due to proxies n stuff)
//_trap animate ["LeftShutter", 0];
//_trap animate ["RightShutter", 0];
_trigger = createTrigger ["EmptyDetector", getPosATL _trap];
_trigger setpos getPosATL _trap;
_trigger setTriggerArea [0.5, 0.5, 0, false];
@@ -28,7 +24,7 @@ _arm = {
[_trap, _trigger] call arm_trap;
//} else {
_trap setVariable ["armed", true, true];
//_trap setVariable ["armed", true, true];
//};
};