First of all, is there a way to use a ExistItem(I) or whatever the command is, and return the inventory spots that are occupied into an Array of Integer?
If it's possible, how would I go about taking it apart, so I could fit it into this procedure?
SCAR Code:procedure DropAllExcept(A : Array of Integer);
var
i: Integer;
begin
For I:=1 To 28 Do
if not(InIntArray(a, i)) then
DropItem(i);
end;
Thanks, Sandstorm.


Reply With Quote






.