Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

kjsjoeen

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About kjsjoeen

  • Rank
    Rookie
  1. kjsjoeen

    Grid

    It seems to be a small error in the name of one of your variables. _mapgrigX should be _mapgridX in your line "_mapgrigX = _mapgrid select 0;" Then I believe it should work.
  2. kjsjoeen

    Grid

    There is a function for this in the "Function Module". I believe the function is called BIS_fnc_PosToGrid (I'm not 100% sure of the name). So to get the map grid position of unit "_unit" simply write: _mapGrid = (getPos _unit) call BIS_fnc_PosToGrid; "_mapGrid" is an array of two elements, the first is the horizontal grid no., the second is the vertical. Both elements are strings.
  3. I'm pretty sure its a new bug introduced in patch 1.03. From my observations the "killed" event is triggered up to two times for any given unit. Not always though...
×