- Joined
- Nov 23, 2008
- Messages
- 512
after some time i decited to make a diablo 3 spell in gui again using hashtable but there is a strange bug. if i want to save something in the hashsable and right after that i tryed to get the value but it always returns 0.000 :/
of course i did Create Hashtable and set var=last Created Hashtable at elapsed time 0.00
simple example:
please help :/
of course i did Create Hashtable and set var=last Created Hashtable at elapsed time 0.00
simple example:
-
Set DG_Handle = (Triggering unit)
-
Hashtabelle - Save (10.00 + (3.00 x (Real((Level of (Ability being cast) for (Triggering unit)))))) as (Key dmg) of (Key DG_Handle) in DG_HashTable
-
Spiel - Display to (All players) the text: (String((Load (Key dmg) of (Key DG_Handle) from DG_HashTable)))
please help :/