12.11.2015, 15:59
Usig MeCom's command will make you exit of the black market but it doesn't matter where you are, if you are in LV , LS , all over the map(As long as you are in virtual world 2) , it will still make him exit. If you want this to trigger only if he is at the exit point(The PlayerToPoint thingy) you should use && instead of ||
&& Will get executed if both PlayerToPoint and his virtual world matches.
|| Will get executed if PlayerToPoint matches or virtual world matches.
&& Will get executed if both PlayerToPoint and his virtual world matches.
|| Will get executed if PlayerToPoint matches or virtual world matches.