0 Members and 2 Guests are viewing this topic.
Changelog:v3Fixed crashv2 Added entities to attribute trap kills.v1Initial Release
I'll outline the basics of the entity:- A "Target entity" property specifies which damage-dealing entity you want to override the damage owner for.- The SetActivatorAsDamageOwner input will then set the !activator of that input to be the player to which damage should be attributed when the target entity deals it. You'd make a trap-triggering button fire this input for example.- The ClearDamageOwner input will clear the override again. Only necessary if you want the entity to be able to deal damage that isn't owned by someone.- Lastly, a property lets you specify how the round report event log should refer to the damage-dealing entity. Lets you do things like "bob was crushed by joe using a giant boulder" for a trap that drops a giant boulder on someone.