Milosan
Member-
Content Count
35 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout Milosan
-
Rank
Private First Class
-
While doing some trading, I get myself into an unexpected situation. See what happens next :)
-
Money Making, the second step.
-
I just started a series on Altis Life. I'm starting out with some guide type videos as I still see some people wanting to know what and how to do things in game. Here is the first episode.
-
Thank you Tonic for this mod. I've played Arma for years but never this life mod. Truly amazing mod, great concept and so much fun. Cheers
-
I've had a bit of a break from ARMA3 and recently came back to transfer missions I have made to altis. But with the deletion of many items, my missions wont load. I am after the correct procedure in removing these items, they are things like mk6, the assault boat and things like that. I know I delete them in the mission sqf, but need some more specifics. Any help would be awesome/ Thanks in advance, Milo
-
Just curious, has the newest DEV build removed some marker files making the debug for AI marker not to work? Edit : I went back to non dev and they appeared fine.
-
norrin's ArmA2 scripts ported to ArmA3
Milosan replied to norrin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'm losing the "call for extraction" action after dying. is this intended or am i doing something wrong? I have the player setVariable ["NORRN_taxiHeli", slick1, true]; in the team leaders INIT. by the way, it's a MP mission. I'm pretty new at this stuff, please let me know where I have gone wrong. -
All the task are getting completed on every client. But only one client is seeing the task hint comeup on the screen and its not the host(me). I'll ave to look up this publicvariable command.
-
I've been the host and I've been the missing out on the taskhints. It's weird.
-
I have all tasks complete for all team members in MP, but i find only 1 of them get the taskhint showing up on screen. Is there anything I can do about this, or is it just alpha?
-
mygroup distance to obj help
Milosan replied to Milosan's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thankyou 2nd Ranger. I was actually close. At one stage I tried this but with the (Gov distance_x < 3} Working great now ty. -
I've used in condition : unit1 distance object < 3 OR unit2 distance object <3........and up to unit4. object is a governor called Gov This works in single player but trying to use a mygroup command in MP so it works for all units properly, but : mygroup distance gov <3; doesnt work. Im not that great at the mission code. it's probably really simple. Thx in advance. Milo
-
How do I go about assigning a task again after and addtask has been assigned. I'd like 2 assigned or something that I can get 2 task completed at the same time. eg kill enemy colonel in the villa that needs to be destroyed. 2 task taken out in one go.
-
norrin's ArmA2 scripts ported to ArmA3
Milosan replied to norrin's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey Norrin, Does your AI respawn with WP script still work in arma 3? I've tried using it, making 3 respawn points(if thats at all possible) the waypoints work fine but i had to put the init line in all the team inits to get them to go to the waypoints. Then, they don't respawn for me.