Variable data disappears?

Galdiuz

Creator of Photon Command
Reaction score
98
Ok, I had this problem where if i created 2 dummies, the second one was never created. I did some deeper research, and it turned out that the second dummy was never created due to the fact that the point I told it to spawn at never existed. Now, that may sound confusing, but simply it's like this: If I order a unit to cast a spell, the point variable i created the unit at becomes null. (Something like that) I know how to fix this problem, i just have to change all trigger involving dummies, but i'd still like to know why it is like that, because it worked fine before, but then it suddenly stopped to work. I'll show how i had triggers before and after i changed them too, maybe it can help.

Trigger:
  • Entangling Roots
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Earth - Entangling Roots
    • Actions
      • Set Atemp_aloc = (Target point of ability being cast)
      • Set Atemp_group = (Units within 250.00 of Atemp_aloc matching ((((Owner of (Matching unit)) is an enemy of (Owner of (Triggering unit))) Equal to True) and ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is alive) Equal to True))))
      • EGUI Leak - Remove Atemp_aloc
      • Set Atemp_aloc = (Position of (Triggering unit))
      • Unit Group - Pick every unit in Atemp_group and do (Actions)
        • Loop - Actions
          • Unit - Create 1 Caster Dummy for (Owner of (Triggering unit)) at Atemp_aloc facing Default building facing degrees
          • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
          • Unit - Add Entangling Roots to (Last created unit)
          • Unit - Set level of Entangling Roots for (Last created unit) to (Level of (Ability being cast) for (Triggering unit))
          • Unit - Order (Last created unit) to Orc Raider - Ensnare (Picked unit)
      • EGUI Leak - Remove Atemp_aloc

This worked fine before, but since this 'bug' came up, I'd have to change this to the one below or it would only create one dummy. (Since the point variable's gone somehow.)
Trigger:
  • Entangling Roots
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Earth - Entangling Roots
    • Actions
      • Set Atemp_aloc = (Target point of ability being cast)
      • Set Atemp_group = (Units within 250.00 of Atemp_aloc matching ((((Owner of (Matching unit)) is an enemy of (Owner of (Triggering unit))) Equal to True) and ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is alive) Equal to True))))
      • EGUI Leak - Remove Atemp_aloc
      • Unit Group - Pick every unit in Atemp_group and do (Actions)
        • Loop - Actions
          • Set Atemp_aloc = (Position of (Triggering unit))
          • Unit - Create 1 Caster Dummy for (Owner of (Triggering unit)) at Atemp_aloc facing Default building facing degrees
          • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
          • Unit - Add Entangling Roots to (Last created unit)
          • Unit - Set level of Entangling Roots for (Last created unit) to (Level of (Ability being cast) for (Triggering unit))
          • Unit - Order (Last created unit) to Orc Raider - Ensnare (Picked unit)
          • EGUI Leak - Remove Atemp_aloc

As you can see, it's not a big change, and it's easily done, but I'd like to know why this happened.
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
mabe the native removes the location but also i have never seen this problem but also never used EGUI try to do the trigger without using EGUI and use;
call RemoveLocation(udg_name).
 

Galdiuz

Creator of Photon Command
Reaction score
98
Nope, EGUI isn't the problem. Already checked that.

EDIT: Hahaha, I found the problem. Seems that i had a trigger with the event ''An unit starts the effect of an ability'' and it had no condition, and, of course, it removes Atemp_aloc. Yay. Just like me to do something like that. xD
That also explains why triggers that didn't use the Atemp_aloc variable wasn't affected. :banghead:
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top