Jump to content
  • 0

[HELP] RPT error - WAI


Brainzaw

Question

Hello everyone.

I have recently been getting this error in the server .RPT:
 

11:07:14 "WAI: AI Config File Loaded"
11:07:14 "WAI: Initialising missions"
11:07:14 Error in expression <tnumber 	= count _position;

if(_aitype == "Hero") then {
_unitGroup	= createGro>
11:07:14   Error position: <== "Hero") then {
_unitGroup	= createGro>
11:07:14   Error Generic error in expression
11:07:14 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 32


And i can't find a solution to fix this, i have tried to reinstall the script but that didn't help.

the spawn_static.sqf looks like this, where to error is occuring:

	_aipack 		= "";
	_unitnumber 	= count _position;

	if(_aitype == "Hero") then {
		_unitGroup	= createGroup RESISTANCE;
	} else {
		_unitGroup	= createGroup EAST;
	};


Im running Overpoch Napf.

Hope someone can help :D

Edited by Brainzaw
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...