Epic Developer Community Forums
How can i fix a skill which uses 20 mana and works fine until the very last 20 mana remaining which then it skips the attack ?
Development
Programming & Scripting
question
,
unreal-engine
pezzott1
(pezzott1)
June 26, 2023, 12:50pm
2
IMO somewhere there is the condition
Mana > 0
when it should be
Mana >= 0
.
show post in topic