The line that it's saying I'm getting the error from.. :fiery:Code:compiling error 762 mapwalk.scar invalid number of parameters
any ideas? :duh:Code:p := RotatePoint(Point(x, y), rs_GetCompassAngleRadians, MMCX, MMCY);
Printable View
The line that it's saying I'm getting the error from.. :fiery:Code:compiling error 762 mapwalk.scar invalid number of parameters
any ideas? :duh:Code:p := RotatePoint(Point(x, y), rs_GetCompassAngleRadians, MMCX, MMCY);
Not really sure why you're getting this error and others aren't.. Are you sure everything's up-to-date? Simba included (there should be two little arrows in a circle, red and green, on the far left of all the icons if Simba itself needs updating)?
If so, it should happen for everyone, which it doesn't seem to happen to. Looking at RotatePoint, it asks for constants, but I don't think that would return invalid number of parameters.. If that is what's causing the issue, however, it's an easy fix.
Well I'll know if you answer the questions in my post..