Jump to content
  • 0

Strange Trader Bug (pic added)


Radiix

Question

5 answers to this question

Recommended Posts

  • 0

I've fixed the issue. I was using an outdated "safezone" script that caused some errors with the trigger system of the trader.
 
Here is the code that was broken:

 

_this = createTrigger ["EmptyDetector", [12946.349, 12766.593, 0]];

_this setTriggerArea [100, 100, 0, false];
_this setTriggerActivation ["NONE", "PRESENT", true];
_this setTriggerStatements ["(player distance trading_post4) < 100;", "inSafeZone = true; canbuild = false;", "inSafeZone = false; canbuild = true;"];
trading_post4 = _this;

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...