Started by
andimahoney
on
Topic category: General discussion
so how do I make a entity have 2 different attack animations and one attack have special ablities
Topic category: General discussion
so how do I make a entity have 2 different attack animations and one attack have special ablities
Use synced entity data to store current attack type, switch between with your attack selection logic and for animation condition, use "is entity attacking" AND "check if synced entity data has value for current attack type". I recomend using number for different attack "IDs"
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei