Jump to content

Spiritw

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Spiritw

  1. Hey there vbawol,

    That fix worked like a charm. Thank you very much. May I impose on you with one more question? When I kill AI with loot in their clothing I cannot examine it to loot without exchanging it for mine first. Do you have any ideas?

    Thanks again me and my remaining hair appreciate your time.

    1 hour ago, vbawol said:

     

    Quote

     

     

    This will fix 2 restrictions based on that usage of the commands seen in that restriction:

    
    7 deletemarker !="deleteMarkerLocal _cm;"
    7 setMarker
    7 createMarker !="_vm = createMarkerLocal [_cm,_xPos];"

    or if you want to simply allow only the local versions of the commands regardless of usage:

    
    7 deletemarker !="deleteMarkerLocal"
    7 setMarker
    7 createMarker !="createMarkerLocal"

    Also Its not a good idea to use:

    
    !"_MainMarker"

    as it will match anything that contains the word _MainMarker and will allow then for execution of the global version of the command,

    Ideally you would use something like:

    
    !="deleteMarkerLocal _MainMarker;"

     

     

  2. Hi Guys,

    May I bother you for a bit of help? A friend and I have been fighting with a restriction all day. We are completely new to this so not getting it yet. I have installed blckeagls-mission-system-v-2.0.2 and it works. The restriction happens when the mission loads. Rather then making this log rather than kick is easy; however, I want to do this properly. I have put the required filters after them as shown below. (at the end of the line) I realize that the first one has no " mark at the end but , that is how it is desribed in the instructions. I did try both ways. I have also removed all three filters and the resulting kick and log text are  identical. We have spent hours at this before bothering to ask and my sanity is waning. ;)

    Filters added to the end of lines

    7 deletemarker !"_MainMarker
    7 setMarker !"_MainMarker"
    7 createMarker !"_MainMarker"

    Restriction: #55 "0) || (_pos select 1 != _xPos select 1))then
                        {
                            deleteMarkerLocal _cm;
                            _vm = createMarkerLocal [_cm,_xPos];
                    "

×
×
  • Create New...