elements

  1. phillipPbor

    Legacy GM elemental weakness

    I heard there ds_map for elemental properties for the bullets, players, monsters, stuff. I read the entire. but I'm confused. is this for save files? how do you do it?
  2. K

    GameMaker [Solved] layer_get_all_elements not returning array with every instance?

    Following issue: I have a global variable that i use to add up the value-variable of every object placed on the value-layer. However when i look at the debugging process of everything layer_get_all_elements only gives back an array with one entry and that entries value goes up with every new...
  3. S

    GameMaker delete elements of a list without messing up the list structure?

    hello I have recently converted my ds_map of maps to a ds_list of maps for my ui elements. I did this because the key was not needed but in fact I needed a index for updating my menu with key based input. I however has come to another problem where the ui element do not keep their index when...
Top