- Joined
- Sep 8, 2025
- Messages
- 15
A Complete Beginners Guide to Hashtables I am going off the tutorial found on this website for making a DoT.
I copied it exactly. It doesn't do any damage over time. Before I post my whole convoluted triggers, let me ask this simple question: Is this tutorial up to date still? Does using (key (unit)) work?
Long story short, my bleed DoT isn't working and this is what Gemini says. Gemini insists it should say Handle ID, but that is nowhere in my editor. I have looked a thousand times. I am well aware that Gemini is often wrong. But it is the only reason I got this far \=
The Problem:
Again, (Key (Picked unit).) is the broken, non-functional label.
The Correct Line:
Set BBEBleedTimer = (Load 0 of (Parent Key (Handle ID of (Picked unit))) from BleedExpirationTable)
Thank you so much.
I copied it exactly. It doesn't do any damage over time. Before I post my whole convoluted triggers, let me ask this simple question: Is this tutorial up to date still? Does using (key (unit)) work?
Long story short, my bleed DoT isn't working and this is what Gemini says. Gemini insists it should say Handle ID, but that is nowhere in my editor. I have looked a thousand times. I am well aware that Gemini is often wrong. But it is the only reason I got this far \=
The Invalid Line:
Set VariableSet BBEBleedTimer = (Load 1 of (Key (Picked unit).) from BleedExpirationTable.)The Problem:
Again, (Key (Picked unit).) is the broken, non-functional label.
The Correct Line:
Set BBEBleedTimer = (Load 0 of (Parent Key (Handle ID of (Picked unit))) from BleedExpirationTable)
Thank you so much.
















