SCAR Code:WriteLn(P[0] + P[1] + P[2]);
Where
SCAR Code:P := [65, 65, 65];
I want it to take those numbers, convert them into the proper string, and write it to the debug box.
SCAR Code:WriteLn(P[0] + P[1] + P[2]);
Inc(P[I]);
Wait(1);
So that (repeated) would return something like this:
SCAR Code:AAA
BAA
CAA
DAA
Etc.
If anyone knows how, please let me know.
~Sandstorm


.
Reply With Quote








