- Joined
- Apr 19, 2011
- Messages
- 1,331
I need to know how i can GetHandleId a unit stored in a variable (to use it in an Key(Handle)).
I tried this, but it don't work and create a compilation error. (BdG_Handle is an Handle variable)
JASS:
set udg_BdG_Handle = GetHandleId(udg_GDD_DamagedUnit)