I was trying to compile pysch engine 0.6.2 but when i try it in command prompt/powershell it says:
source/FunkinLua.hx:342: lines 342-346 : Int should be Bool
source/FunkinLua.hx:342: lines 342-346 : ... For function argument 'f'
I tried to see manually the problem acording to the command prompt/powershell but nothing seems wrong.
Hey guys, i found the solution through the Friday Night Moddin Community discord server, all i had to do was wright the folowing code on cmd/powershell:
haxelib remove linc_luajit haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit
Thanks to ! NotSimplyEJ for pin the solution in the codding-modding-help text chat.