K Im at just one tree, and I do MarkTime if it cannot find the tree and then do extra wait times for the tree to spawn again, like have it look for 10 seconds before doing longer waits, but is it possible to reset the timer if it find the tree? This is kinda what Im asking:
SCAR Code:if not findtree then
MarkTime(T);
if findtree then
reset MarkTime(T);
end else
TimeFromMark(T) >= 10000;



Reply With Quote






!