The faster I get help, the faster we have a color based world walker!
It already works like a charm (with a few exceptions, of course) and I need this plugin to speed it up!

Trying to compile my plugin with Lazarus, here are the first lines:
Simba Code:
library Project1;
{$mode objfpc}{$H+}
uses
Classes, sysutils, Windows, Crt, Graphics;
But when I try to compile, I run into this:
PHP Code:
WorldWalker(1,1) Fatal: Can't find unit Graphics used by Project1
All I need is to get LoadBitmap working inside the plugin :-\