Progress Report:with MSI_Players[0] do begin Name := '********'; // Username Pass := '*******'; // Password Nick := '***'; // Nickname (3-4 lowercase letters from username) Pin := ''; // Bank pin; leave as '' if player doesn't have one Active := True; // Use this player? Member := True; // Is this player a member? Location := LOC_RM_YEWS; // See instructions at the top BreakLoads := 20; // Amount of loads before breaking/switching players TotalLoads := 500; // Total loads for the player to do; leave 0 if using TotalTime or to go forever TotalTime := 500; // How long for the player to run? (in minutes); leave 0 if using TotalLoads or go forever with Scripts[0] do begin Name := SCRIPT_RM_YEWS; // The script constant Trees := [TREE_YEW]; // Trees to cut Priority := []; DontDrop := []; // For powerchopping only end; end;
I was thinking the same thing but it recognizes the script in the debug.


Reply With Quote















If you have any screenshots that would be helpful.