pro 10 Posted September 27, 2013 Hi Thanks for this amazing script! Really helped me alot in my trainingmissions lately as it have saved me for alot of work doing this manually via hide/show modules. But I have been struggling to find a way to make it work with another script called Urban Patrol Script, where the AI patrols within the markers Axis and do it so in a smart way. Yours Pro Share this post Link to post Share on other sites
chal00 12 Posted September 27, 2013 chal00I re-tested a few times...for some reason is not every time that works! :( thanks again ;) Share this post Link to post Share on other sites
lkincheloe 12 Posted September 27, 2013 Question: I'm working on a MP mission where I want to spawn ammo boxes and empty vehicles when an marker is cleared, where would be the best place to insert a snippet of code to execute this? Share this post Link to post Share on other sites
gazac 11 Posted September 28, 2013 Hi BangaBob Got your EOS working great, now I want to have a end when all the towns are green, this is what I have done make a trigger set TYPE to End#1 in Condition have this getMarkerColor ["mkr1" AND "mkr2" AND "mkr3" AND "mkr4" AND "mkr5"== "ColorGreen"]; but no go, can anyone help please Gary Share this post Link to post Share on other sites
-Noodles- 2 Posted September 28, 2013 Wonderful set of scripts m8, it works like a charm... :) I do have one question, probably a dumb one, but i'm trying to test the zones to see how many units have spawned, but still haven't figured out how. Share this post Link to post Share on other sites
grillob3 11 Posted September 29, 2013 Hi BangaBobGot your EOS working great, now I want to have a end when all the towns are green, this is what I have done make a trigger set TYPE to End#1 in Condition have this getMarkerColor ["mkr1" AND "mkr2" AND "mkr3" AND "mkr4" AND "mkr5"== "ColorGreen"]; but no go, can anyone help please Gary set TYPE to End#1 Condition "colorGreen" == getmarkercolor "mkr1" and "colorGreen" == getmarkercolor "mkr2" and "colorGreen" == getmarkercolor "mkr3" and "colorGreen" == getmarkercolor "mkr4" and "colorGreen" == getmarkercolor "mkr5"; on act forceEnd; this should work. it does works for me! Share this post Link to post Share on other sites
bigshot 64 Posted September 29, 2013 (edited) How do I change spawned AI's skill & accuarcy? I've read your pdf but couldn't find about that. need help. Yes, that should be the next logical component to include in each marker's call statement. Different situations call for different AiSkill in order to balance a mission. It's important to be able to set a different aiskill for each marker when desired. Does anyone know if Bangabob has plans to implement this? Edited September 29, 2013 by BigShot Share this post Link to post Share on other sites
bangabob 42 Posted September 29, 2013 I am simply too busy with University to spend time on ArmA and improve EOS. Feel free to adapt EOS as you see fit. All i ask in return is that you share your work! Share this post Link to post Share on other sites
bigshot 64 Posted September 29, 2013 Bangabob, do you know which skill number the ai are using when they are spawned with EOS?...is it 1.0 or 0.5 or what? Share this post Link to post Share on other sites
bigshot 64 Posted October 1, 2013 Has anyone come across a fix to stop all the .rpt errors that EOS is currently generating? Share this post Link to post Share on other sites
jcarrest 10 Posted October 1, 2013 good job, now I need to integrate it into my mission. How to get the enemy units without being displayed inside the marker? How to get the enemies do not respawn continuously every time a player enters and leaves the area? I add a trigger to clear enemy presence and runs every time I enter and leave the area ... Share this post Link to post Share on other sites
bigshot 64 Posted October 1, 2013 (edited) not sure it's a good idea to to implement this into your missions right now unless you are very good with coding and know how to work around the thousands of rpt errors it's throwing off...otherwise your hard drive will get bogged down with huge rpt files after awhile...also, you cannot adjust the ai skill with this...been getting sniped alot from machine gunners at 400+m :-) Unfortunately, it doesnt sound like the author has any further plans to support/fix the code...so...sometimes it seems like more coders are leaving the arma scene than arriving, lol. They arrive all gung-ho for a few weeks/months and then high tail it out after they see how difficult BIS makes their lives :-) I hope he comes back...there's a huge need for a good dynamic ai script such as this....right now though it seems all the ai scripts available all have issues. Edited October 1, 2013 by BigShot Share this post Link to post Share on other sites
mantls 2 Posted October 1, 2013 -nologs What is the .rpt file saying? Share this post Link to post Share on other sites
bigshot 64 Posted October 1, 2013 (edited) here's a small snippet....it continues on for more than 200,000 lines after running the mission for only 3 minutes...I do not get these errors here once EOS is taken out of the mission. File C:\Users\Dave\Documents\Arma 3 - Other Profiles\BigShot\missions\UAV_Takeover.Stratis\eos\Functions\shk_patrol.sqf, line 35 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression < = (count _wps * _ang) + _aos; _p = [((_pos select 0) - ((sin _a) * _dst)), ((_> Error position: <_pos select 0) - ((sin _a) * _dst)), ((_> Error Undefined variable in expression: _pos File C:\Users\Dave\Documents\Arma 3 - Other Profiles\BigShot\missions\UAV_Takeover.Stratis\eos\Functions\shk_patrol.sqf, line 68 Error in expression <_fnc_init"}; waituntil {BIS_fnc_init}; _grp setBehaviour "AWARE"; _grp setSpeed> Error position: <_grp setBehaviour "AWARE"; _grp setSpeed> Error Undefined variable in expression: _grp File C:\Users\Dave\Documents\Arma 3 - Other Profiles\BigShot\missions\UAV_Takeover.Stratis\eos\Functions\shk_patrol.sqf, line 48 Error in expression <n,_side] call EOS_Armour; 0 = [(_dGroup select 2),_r] call EOS_Patrol; _dGrp=_dG> Error position: <select 2),_r] call EOS_Patrol; _dGrp=_dG> Error Zero divisor File C:\Users\Dave\Documents\Arma 3 - Other Profiles\BigShot\missions\UAV_Takeover.Stratis\eos\EOS\EOS_Core.sqf, line 124 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; _newX = _posX + (_maxDist - (random (_maxDist * > Error position: <_posX + (_maxDist - (random (_maxDist * > Error Undefined variable in expression: _posx File A3\functions_f\misc\fn_findSafePos.sqf, line 90 Error in expression <["_newX", "_newY", "_testPos"]; PS - thanks for the tip about the -nologs...I already use that but my concern is the 99% of players who know nothing about rpt files or their existence...running missions right now with EOS, DAC or any other scripts which may be producing huge amounts of errors will cause some unaware folks major hard drive and performane issues over the next 6 months and they will have no clue whats happening...nor will they even know which missions contain EOS or DAC or whatever else that's not good. Most folks just play these online or pick them up off the steam workshop....so its really up to the mission makers to be responsible here...good luck with that Im sure, lol. Edited October 2, 2013 by Foxhound use code tags instead of pasting a wall of text! Share this post Link to post Share on other sites
chal00 12 Posted October 2, 2013 -nologsWhat is the .rpt file saying? You can find them at : C:\Users\your_name\AppData\Local\Arma 3 But i have no errors in .rpt files about eos :j: And you have 4 errors about eos!! all others are "File A3\functions_f\misc\fn_findSafePos.sqf, line 90", then !...:j: Check your eos files here : http://forums.bistudio.com/showthread.php?153100-Enemy-occupation-system-(eos)&p=2502735&viewfull=1#post2502735 Share this post Link to post Share on other sites
bigshot 64 Posted October 2, 2013 (edited) you have 4 errors about eos!! all others are "File A3\functions_f\misc\fn_findSafePos.sqf, line 90" I understand what you are saying, BUT that is not how it works. It is actually the EOS script that is causing all those function errors to be thrown. Take away EOS and the above errors vanish. If you have really built a mission using EOS without errors then please PM me so I can get the mission. It should give a good idea which EOS calls cause the errors. Edited October 2, 2013 by BigShot Share this post Link to post Share on other sites
mantls 2 Posted October 2, 2013 Well, it's not really EOS but rather BIS' Function being buggy/throwing out Errors (Many BIS functions do btw). Hm, either write your own function or look for some others? I reckon the Invade & Annex Mission has some similar, somewhat custom, functions. EDIT: Dug it up aw_fnc_randomPos = { private["_center","_radius","_exit","_pos","_angle","_posX","_posY","_size","_flatPos"]; _center = _this select 0; _size = if(count _this > 2) then {_this select 2}; _exit = false; while{!_exit} do { _radius = random (_this select 1); _angle = random 360; _posX = (_radius * (sin _angle)); _posY = (_radius * (cos _angle)); _pos = [_posX + (_center select 0),_posY + (_center select 1),0]; if(!surfaceIsWater [_pos select 0,_pos select 1]) then { if(count _this > 2) then { _flatPos = _pos isFlatEmpty [_size / 2,0,0.7,_size,0,false]; if(count _flatPos != 0) then { _pos = _flatPos; _exit = true }; } else {_exit = true}; }; }; _pos; }; should be usable aswell, might wanna give it a shot and spare your .rtp :D Share this post Link to post Share on other sites
jcarrest 10 Posted October 2, 2013 Yo solo querÃa saber como: hacer para que aparezcan los enemigos sin necesidad de estar presente en la zona hacer que no desaparezcan si el player sale de la zona. Share this post Link to post Share on other sites
Sim.M 48 Posted October 3, 2013 I've noticed that since the big game update when we clear a spawn zone and move away the game crashes. This also seems to happen randomly sometimes as well, usually after a long house to house clearing of a town or village. I think its the old 'dynamic' function kicking in, but I'm not sure how to turn it off. Share this post Link to post Share on other sites
tizzo 10 Posted October 7, 2013 Hello Gents, does anybody know where to get EOS v1.8? Since I have known issues with spawning patrols and motorized units (they explode because they spawn on top of each other) I need to get older EOS version to redo my mission. Help would be appreciated, thanks! Share this post Link to post Share on other sites
Guest Posted October 7, 2013 http://www.armaholic.net/chili/editing/scripts/EOS_v18.rar Copy this url in your browser, clicking it wont work due to anti-leech. Share this post Link to post Share on other sites
loki 1 Posted October 10, 2013 (edited) howdy.. just wanted to say nice system. was wondering if you would mind adding a killTicker switch in your EOS_Core.sqf example: openMe.sqf killTicker = TRUE; EOS_Core.sqf <snip> _aGroup=[_pos,_aSize,_faction,_side] call EOS_spawnPatrol; //killticker if (killTicker) then {{_x spawn tlq_killTicker;} forEach units _aGroup;}; for each of your groups? then i don't have to do it each update ;) http://www.armaholic.com/page.php?id=19102 makes it very nice and easy to hook a score system into EOS. thanks either way.. and keep up the great work. Edited October 10, 2013 by Loki edit: can't spell today for some reason. Share this post Link to post Share on other sites
mantls 2 Posted October 10, 2013 just add a Killed EH in all of the spawn_X.sqf which updates a Variable. Share this post Link to post Share on other sites
loki 1 Posted October 10, 2013 just add a Killed EH in all of the spawn_X.sqf which updates a Variable. thanks.. but im only looking to not have to edit his scripts every update.. and tbh (imo).. eos should have a type of killerticker built in it for an added layer of immersion manipulation. Share this post Link to post Share on other sites
Redfield-77 10 Posted October 13, 2013 Its a shame that Banga Bob is leaving this awesome project. I have been using it from day one. The only change I would like to see is the ability to change the A.I. accuracy from 1.0 to something more reasonable. I intend to look into this further but I dont have the skills that Banga Bob has. If I can get the EOS package to work with AI modifiers I will post here. Great Script Banga Bob. Thanks from everyone in 7-75th Rangers! Share this post Link to post Share on other sites