My script keeps on giving me this error about an invalid number of parameters, and I have tried quite a few things to fix it.
Here is the part that has the problem:Code:Failed when compiling Line 596: [Error] (15726:36): Invalid number of parameters in script
I don't know what to do.SCAR Code:if (HpPercent < 25) then
begin
Status('Running away. Low HP.');
RunAwayDirection(x,y,CurrentRunDir);
StatCD('Waiting for out of fight', 20, 30);
Runback(x,y);





Reply With Quote