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.
Compiling issues like this with Psych Engine 0.6.2 can be tricky! Double-check the function argument types; sometimes minor details like Int vs. Bool can cause errors. Also, exploring similar issues on forums or using tools like Sprunki for creative problem-solving might help!