- Joined
- Nov 13, 2006
- Messages
- 1,814
possible create more trackable to same place and choose what trackable i want use from that place?
exactly like create 2 trackable to same position where is a destructible, and if integer_var = 1 then i want check 1st trackable and if integer_var=2 then check 2nd trackable?
why it is important, because i want place inventory system and shop to same place, different interface but allways show me the 1st trackable if i made 2 slot to same place
this allways return the 1st slot value and ignore the trackable above this :/
useing units its make laggy/slower i guess if we need alot unit for slots for shop and inventory :/
exactly like create 2 trackable to same position where is a destructible, and if integer_var = 1 then i want check 1st trackable and if integer_var=2 then check 2nd trackable?
why it is important, because i want place inventory system and shop to same place, different interface but allways show me the 1st trackable if i made 2 slot to same place
JASS:
local integer slot = LoadInteger(udg_Track_Table, id, 2)
this allways return the 1st slot value and ignore the trackable above this :/
useing units its make laggy/slower i guess if we need alot unit for slots for shop and inventory :/