NFG WhatHiMean
Member-
Content Count
24 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout NFG WhatHiMean
-
Rank
Private First Class
-
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Nothing can ever be easy, after we fixed the first pos error, now it's a direction error -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The file structure is how larrows said in their post, it appears I got it working by removing a snippet of not completely necessary code. The code looks like it checks that the position is valid and not at [0, 0, 0] so as long as the markers are correct and/or I manually check to make sure they spawn right, it should be fine. I'll just have to keep in mind that bit of error checking is no longer in there and I have to manually do it. That's fine by me I just want this to work so I can move on in my mission making lol -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
After removing this, && { getMarkerPos _compPos != [0,0,0] } from larrows script which looks like it checks if the position is valid and not at 0,0,0 it seems to be working -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Same error 😕 -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yes, the markers are just like this, only change is name and placement around the map -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Larrow says everything other name the name is optional so apart from the incorrect formatting of offset I thought I was good. Not sure why ignore atloffset was true too Still getting this error, can't tell if it's a issue on my part or the script (probably me tho) -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
-
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
This is a snippet of code where the error is at I am using empty markers, could that be a issue? -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ty I have changed to that however once I tried the mission I received this error -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
-
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yeah, I've been using notepad++ for a few years now with my on/off coding experience. I only recently got into the scripting side of arma mission making, so I defined the sqf language for ++ and it seems to be working well. -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ahh interesting alright, ty -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
New error, I did check my description.ext and it should be defined as a function not sure why it can't see that tho -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ty, ngl I was high when I was first looking into this so half of what I have was written / researched by high me lmao -
Help with spawning compositions script
NFG WhatHiMean replied to NFG WhatHiMean's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ty I'll try and track it down then and find the specific issue