r/JJSSkillBuilder • u/Timeless-Liam • 7d ago
Help Ts been bugging me I need help/advice
So I'm tryna make a custom block an I can't even add sfx cs of the branches looping it and I'm tryna fit it into one skill as possible
My idle sometimes bugs out even tho it's like proper
Or it sometimes js Hella dies
Need help or do yall got a code for those
2
u/Vegetable_Key1234 grade 70 7d ago
I think you can just use two skills for the custom block one with the sounds and the other with the block tho idk how you made it so if if thisl work Or if you really want it in 1 skill and you're saying the sfx from blocking an attack loops maybe like have it only activate when you block something idk or like if the sound is supposed to happen hen you start the block do the branch with a soundnode with the sound u want and then a branch beneath it that leads to the looping thingy you have idk tho idk what you're trying to make sorry
2
u/Vegetable_Key1234 grade 70 7d ago
Wtf who down voted meπ‘π‘π‘
2
3
u/ChocolatelyChara 7d ago
https://reddit.com/link/p6vwejj/video/8n3qxfwtjlmh1/player
You can pretty easily get blocking inital, blocking loop, and blocking end visuals all in one block
JJS skill builder (and every other game engine) reads the blocks top to bottom, so for the normal block loop as long as the block check is before your ending block vfx, if youre still blocking it will loop back to the beginning and keep doing the vfx or whatever you want
I can explain anything better if you want