Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Sidemission: destroy underwater generator Script error #429

Merged
merged 7 commits into from
Nov 12, 2017
Merged

FIX: Sidemission: destroy underwater generator Script error #429

merged 7 commits into from
Nov 12, 2017

Conversation

1kuemmel1
Copy link

@1kuemmel1 1kuemmel1 commented Nov 11, 2017

  • FIX: Destroy underwater generator side mission script error.

When merged this pull request will:

Final test:

  • local
  • server

excerpt from the RPT log

14:42:31 Error in expression <te_group;

_pos = getPosASL _generator;
leader _group setPosASL [_pos select 0, >
14:42:31   Error position: <leader _group setPosASL [_pos select 0, >
14:42:31   Error leader: Typ Array, erwartet Objekt,Gruppe,Team member
14:42:31 File E:\Dokumente\Arma 3\mpmissions\ArmA-OtherProjects\HeartsAndMinds\=BTC=co@30_Hearts_and_Minds.Altis\core\fnc\side\underwater_generator.sqf, line 61

@Vdauphin Vdauphin added the bug label Nov 11, 2017
@Vdauphin Vdauphin added this to the 1.18 milestone Nov 11, 2017
@Vdauphin
Copy link
Owner

correct and also :

C:\Users\Vivian\Documents\GitHub\HeartsAndMinds\=BTC=co@30_Hearts_and_Minds.Altis\core\fnc\mil\send.sqf:
   17  	case 0 : {
   18  		private ["_wp_0","_wp"];
   19: 		_group = [_pos,150,(3 + random 6),1] call btc_fnc_mil_create_group;
   20  		_group setVariable ["no_cache",true];
   21  		while {(count (waypoints _group)) > 0} do { deleteWaypoint ((waypoints _group) select 0); };

C:\Users\Vivian\Documents\GitHub\HeartsAndMinds\=BTC=co@30_Hearts_and_Minds.Altis\core\fnc\rep\call_militia.sqf:
   94  {
   95  	//INF
   96: 	_group = [_start_pos,50,(8 + random 6),1] call btc_fnc_mil_create_group;
   97  	_group setVariable ["no_cache",true];
   98  	while {(count (waypoints _group)) > 0} do { deleteWaypoint ((waypoints _group) select 0); };

Sorry!

@Vdauphin Vdauphin self-requested a review November 11, 2017 14:31
@Vdauphin
Copy link
Owner

Do you have time to fix also those files ? If not I will fix it. Thanks to point this !

@1kuemmel1
Copy link
Author

1kuemmel1 commented Nov 12, 2017

Sorry, I didn't get any more errors. Can you do this?

@Vdauphin
Copy link
Owner

yep!

@Vdauphin Vdauphin merged commit 783c24d into Vdauphin:master_daily Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants