well I'm making my first script and i want to add a dropper to it but i don't know how if anyone can help thanks a lot
well I'm making my first script and i want to add a dropper to it but i don't know how if anyone can help thanks a lot
DropAll; or DropItem(number);
SCAR Code:program New;
{.include SRL/SRL.scar}
var I: Integer;
begin
SetupSRL;
for I := 1 to 28 do
DropItem(I);
end.
The new(relatively) DropPattern functions are quite sexy also(RM is a beast).
Also, another new function is DropAllExcept.
<3
Originally Posted by Eminem
awesome thanks for the help.
No problemIf you need any help, let me know, as I'll get back to you ASAP.
<3
Originally Posted by Eminem
There are currently 1 users browsing this thread. (0 members and 1 guests)