Comments (6)
put this on onUpdatePost() to fix the icons
if health >= 2 then
health = 2
setProperty('iconP1.animation.curAnim.curFrame',
setProperty('iconP2.animation.curAnim.curFrame',
elseif health <= 0.001 then
health = 0.001
elseif health <= 0.37599 then
setProperty('iconP1.animation.curAnim.curFrame',
setProperty('iconP2.animation.curAnim.curFrame',
elseif health >= 1.55 then
setProperty('iconP1.animation.curAnim.curFrame',
setProperty('iconP2.animation.curAnim.curFrame',
end
Made another little bug fix for ya, hope this helps
-GF Notes actually work lol
-Re-fixed icons
https://drive.google.com/file/d/1BNNFt-GbbBCOfYlObn5YoSnpYS8EIBxr/view?usp=sharing
Play As Oppenent LUA
THE FIRST EVER PLAY AS OPPONENT LUA
Place in the scripts folder (PyschEngine/Mods/Scripts)
Credits:
Rayk_iv | Quite literarily all the code
matein222222 | Helped me fix the icons not accurately displaying the health