Sergeant_Emerald
Member-
Content Count
12 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Sergeant_Emerald
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you very much, it works, finally. but the last thing, how do i close this post? ^^ Greedings. -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, i thougt about the problem, wouldn't work it if we just give him no waypoint at first and just tell him on the use of the addaction to go to the point? So i tried this, but it didn't. you_mission_complete=[ this, "Complete the Mission", "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa", "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_connect_ca.paa", "isNull objectParent _this", "alive dude", {}, {}, { _unit = dude; _unit sideChat "That's it for today. Let's prepare for tomorrow!"; _wp =(group _unit) addWaypoint [position endMARK, 0]; player removeaction you_mission_complete; }, {}, [], 2, 0, false, true] call BIS_fnc_holdActionAdd; Am i doing something wrong here? -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
-
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
both aren't working, he keeps staying there, gave him a teammember but didn't change a thing. Any ideas? -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
nah, wont work. He get's the right waypoint, but still won't walk till i join his group and order him to get there via the f1 menu. -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
yeah, i'm sorry, it was a typo while i wrote the errormessage down here, so there is actually _unit = Pettka; _unit |#|join grpNull; _unit enableAI "MOVE"; ...' Error join: Type Object, expected Array so its not in the init, its just in the post here. still won't work.. -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
well now i am just getting _unit = Pettka; _unit |#|joing grpNull; _unit enableAI "MOVE"; ...' Error join: Type Object, expected Array as a script error. -
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
okay, now i added the guy to my group with the ace interactions menu while the mission played. And as i used the addaction he started walking, but not to the waypoint, just to the formation. So the actual problem is not the enableAI "move" as i expected, its the waypoint after reenableing "move". Now i put in the init and configured the code to get it working. Like i said, if the join group thing doesn't overwrite DisableAI "move", thats not the problem, seems to be Disableai keeps blocking the movement. Thanks for your help so far, when there are ohter options than disalbe and enableAI "move" i guess i could also use them. -
Sergeant_Emerald started following Save Loadout and Position on disconnect, Troubles with enableAI "Move" and Boot Camp with Zeus?
-
Troubles with enableAI "Move"
Sergeant_Emerald replied to Sergeant_Emerald's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, thanks for your fast answer, I tried the addaction you send, same problem again. and where do i put the otherone? greedings -
Troubles with enableAI "Move"
Sergeant_Emerald posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, I'm about to make a mission preset to help my friends get better in Arma. The thing i want to get working is a guy with this disableAi "move" in its init and an this addAction ["finish the mission","end_mission.sqf"]; running: _unit = _this select 0; _action = _this select 2; hint "We have done our job for today, lets prepare for tomorrow!"; _unit removeaction _action; _unit enableAI "Move"; to get him walking to a waypoint placed in a triggerbox what ends the mission. In singleplayer and running a server on my computer is working good, but loading the mission on a dedicated will end up everything is working, but not enableAI. Do you know a fix for this? -
Hi, does somebody know if there is a way to get the zeus 4+1 Bootcamp missions running on dedicated servers?
-
multiplayer Save Loadout and Position on disconnect
Sergeant_Emerald replied to MrDj200's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi, i tried to use your code, and the positioning thing is just working for the first time. The loadout save isn`t working at all. Do you know how to fix it?