How?
begin exampleScriptfloat x1float y1set x1 to ( Fargoth->GetPos X )set y1 to ( Fargoth->GetPos Y ); test if in cell -2, -9if ( x1 >= -16384 ) ; -2 * 8192 if ( x1 < -8192 ) ; -1 * 8192 if ( y1 >= -73728 ) ; -9 * 8192 if ( y1 < -65536 ) ; -8 * 8192 MessageBox "Fargoth is in cell -2 -9" endif endif endifendifend