Ad
  • Default User Avatar

    Hello,

    I have never seen the use of

    ['N'] = "NORTH",
    ['S'] = "SOUTH",
    ['E'] = "EAST",
    ['W'] = "WEST",

    before. I didnt even know that this is possible :D. Could you explain what this is and what the benefit of the use is? (I assume it is faster, less code in the if-routine and I can use keywords?)

    Thanks in advance.