For my vial wanker script i was using countdtm but i guess that was taken out in SRL 3.7 so now im using inventory count. Im not sure what its suposed to look like and i basicly have no clue so point out all my errors and i also was wondering for the number counter could i do something like if inventorycount(1-28)then begin?
SCAR Code:function VialCountInventory: Boolean;
var NumberOfInvVials: integer;
begin
InventoryCount:= NumberOfInvVials
if InventoryCount(28)
VialCount := True;
end else
if InventoryCount(0)
Result := False;
end;


Reply With Quote







