Hey guys simple..
Will this work?
I don't see why it shouldn'tSCAR Code:'draynor':
with Result do
begin
BankName := 'db';
WalkToBank := @DraynorWillowOakBank;
if Players[CurrentPlayer].Strings[0] := 'willow' then
WalkToTree := @WalkToDWillows;
else
WalkToTree := @WalkToDOaks
TreesAvailable := [ LoadTree('willow'), LoadTree('oak') ];
end;
T~M







Reply With Quote



.




