• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] What happens if you turn DamageEventTarget into a local?

Status
Not open for further replies.
Level 12
Joined
Feb 5, 2018
Messages
521
Hello! A quick question.

If I use trigger like this:

  • Custom script: local unit uu = udg_DamageEventTarget
With bribe's damage engine, does it mess with the DDS too much?
Damage Engine 5.7.1.1

Just making sure anything doesn't break. :D
 
Level 8
Joined
Mar 19, 2017
Messages
248
You are just pointing to data so nothing bad will happen, just remember to null that created handle local ("set uu = null") when appropiate.
 
Status
Not open for further replies.
Top