Re: Adding particle effects to actors
It's as simple as adding:
Code:
AddEmitter = AEmitter
CopyOf = Your Effect Emitter
ParentOffset = Vector
X = 0
Y = 0
To whatever object you want to have the emitter, and with the X and Y being the offset coordinates.