i have download´t +12 inventory but it cant get this 2 work so pls help me:
•How to copy these triggers to your map:
Just copy all the triggers into your map, and you only need to adjust one variable to get this to work.
Set udg_INV_Hero[x] = Hero
x = player number. i.e
udg_INV_Hero[1] = Player 1 Hero
udg_INV_Hero[2] = Player 1 Hero
udg_INV_Hero[3] = Player 1 Hero
udg_INV_Hero[4] = Player 1 Hero
udg_INV_Hero[5] = Player 1 Hero
udg_INV_Hero[6] = Player 1 Hero
udg_INV_Hero[7] = Player 1 Hero
where do i do that??