Jump to content

NFG WhatHiMean

Member
  • Content Count

    24
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About NFG WhatHiMean

  • Rank
    Private First Class
  1. NFG WhatHiMean

    Help with spawning compositions script

    Nothing can ever be easy, after we fixed the first pos error, now it's a direction error
  2. NFG WhatHiMean

    Help with spawning compositions script

    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
  3. NFG WhatHiMean

    Help with spawning compositions script

    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
  4. NFG WhatHiMean

    Help with spawning compositions script

    Yes, the markers are just like this, only change is name and placement around the map
  5. NFG WhatHiMean

    Help with spawning compositions script

    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)
  6. NFG WhatHiMean

    Help with spawning compositions script

    This is a snippet of code where the error is at I am using empty markers, could that be a issue?
  7. NFG WhatHiMean

    Help with spawning compositions script

    Ty I have changed to that however once I tried the mission I received this error
  8. NFG WhatHiMean

    Help with spawning compositions script

    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.
  9. NFG WhatHiMean

    Help with spawning compositions script

    Ahh interesting alright, ty
  10. NFG WhatHiMean

    Help with spawning compositions script

    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
  11. NFG WhatHiMean

    Help with spawning compositions script

    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
  12. NFG WhatHiMean

    Help with spawning compositions script

    Ty I'll try and track it down then and find the specific issue
×