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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...