I am planning on making and auto woodchopper. I want it to cut a certain amount of wood then go to next player. How would I got about doing that?
PM me please. So that the correct credit is given to the one who helped me.
Thank You.
I am planning on making and auto woodchopper. I want it to cut a certain amount of wood then go to next player. How would I got about doing that?
PM me please. So that the correct credit is given to the one who helped me.
Thank You.
SCAR Code:const LogsToCut = 50;
//Then this is the code to switch players.
if (LogsCut >= LogsToCut) then NextPlayer(True);
What if I want it to go to another procedure after getting certain amount?
There are currently 1 users browsing this thread. (0 members and 1 guests)