Greeterlings, I'm trying to make an addon (or, at least I am modifying someone else's) but I am having trouble implementing feature's.
https://steamcommunity.com/sharedfiles/filedetails/?id=1400404015
Here's the link above,
As you can see my planned features:
-Add aura whilst meditating
-Chanting sound effect
-Abilities (I.E: when you click left mouse a shock-wave will emit from your body, pushing back people near you).
Could someone direct me to a tutorial, or maybe give me some code? Currently, my main priority is adding the aura and sound effects
Auras can probably be done with halos: halo.Add
Sounds can be played with Entity/EmitSound
You can push people by applying force to their physics object: Entity/GetPhysicsObject, PhysObj/ApplyForceCenter
Sorry, you need to Log In to post a reply to this thread.