Besides doing it manually, is there a way to do this?
SCAR Code:Point(123, 321), Point(321, 123) --> Point(321, 123) , Point(123, 321)
Let me know, thanks!
~Sandstorm
Besides doing it manually, is there a way to do this?
SCAR Code:Point(123, 321), Point(321, 123) --> Point(321, 123) , Point(123, 321)
Let me know, thanks!
~Sandstorm
SCAR Code:for i := High(path) downto 0 do
Begin
WalkToTile(Path[i], 1, 1);
R_Flag;
rands;
wait(550+random(300));
end;
I think i mixed up the downto part, but i think you could figure it out
I do visit every 2-6 months
SCAR Code:InvertTPA(TPA);
InvertATPA(ATPA);
@Zasz - I've done that like three times before, and I STILL forgot it. Lol :/. Thanks! That's what I was looking for :/.
@LordSaturn - Also what I was looking for, thankee.
~Sandstorm
Uhm im not sure what you mean but. Maybe
SCAR Code:TPoint:= Point(123, 321);
Tpoint1:= Point(321, 123);
//Do what you need to do.
Tpoint:= Point(321,123)
TPoint1 := Point(123,321)
edit i didnt no you wanted to walk.. i would of said the downto thing.
edit : mis read the title.. thought the title said reversing points![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)