supertoady New member Joined Aug 12, 2023 Messages 2 Reaction score 0 Aug 12, 2023 #1 I have searched it up and tried my own solutions but none of them worked.
ARMcPro Forum adept Overlord Joined Oct 20, 2020 Messages 1,260 Reaction score 356 Aug 12, 2023 #2 There should be a Projectile Hit Entity Event You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event Upvote 0 Downvote
There should be a Projectile Hit Entity Event You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event
supertoady New member Joined Aug 12, 2023 Messages 2 Reaction score 0 Aug 13, 2023 #3 ARMcPro said: There should be a Projectile Hit Entity Event You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event Click to expand... There's Projectile Damage Entity and Projectile Kill Entity but there isnt a hit entity event Upvote 0 Downvote
ARMcPro said: There should be a Projectile Hit Entity Event You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event Click to expand... There's Projectile Damage Entity and Projectile Kill Entity but there isnt a hit entity event
banana_monkey123 Active member Joined Nov 8, 2023 Messages 55 Reaction score 3 Nov 18, 2023 #4 damage entity? Upvote 0 Downvote
Wyzzard225 New member Joined Jan 22, 2023 Messages 24 Reaction score 3 Nov 21, 2023 #5 You can use entity action - set projectile owner when you spawn the projectile then it will call the player event. If you want a mob to be the owner, set a custom tag on the projectile that you can then get under the player event - projectile hit Upvote 0 Downvote
You can use entity action - set projectile owner when you spawn the projectile then it will call the player event. If you want a mob to be the owner, set a custom tag on the projectile that you can then get under the player event - projectile hit