can someone help me out, i need DTMFromString for arrowshafts.
can someone help me out, i need DTMFromString for arrowshafts.
Why not use a bitmap?
And why not make it yourself? >_>
Can u plz help me, Im beta testing my script, but i would like to use the dtm for progress reports, thats all
A dtm for a progress report?! lol.
Care to post the script? Will give me more of an impression on what you're trying to achieve.
heres part of it:
function shaftsLeft: integer;
begin
if (NoGameTab) then exit;
Gametab(4);
result:= AmountDtm('Inv', shaft);
end;
the progressreport would be:
Writeln(' made '+IntToStr(shaftsLeft)+' shafts ');
1. Don't double post.
2. Really I'm sure there is a much easyer way. In your script when it is done making 1 load of shafts do
Shafts := Shafts + 27
then in progy like WriteLn( inttostr(Shafts) + ' Made');
or something along the lines of that.
3. If you really want a DTM forr doing it your way, then read this excelent tutorial by YoHoJo, and make your own.
4. Congradulations on posting in the right section.
There are currently 1 users browsing this thread. (0 members and 1 guests)