In ter mur because its different in the other areas I am trying to chop wood I have my script running with bandaids basicly I had to do the following in order for it to work.
I know that #ltargettile has to be there in order for you to be able to chop wood and it has to be correct so I am looking for a way to pull that info from the coordnaes of the tree thats there.
if #charposx = 886  ;and #charposy = 3354
  {
   set %termur 611
   set #ltargetx #charposx - 1
   set #ltargety #charposy
   set #ltargetz #charposz
   set #ltargettile 3283
   set #ltargetkind 3
   gosub chop_tree
   set %termur 612
   return
   }
I also found that the #ltargettile is actually a number value for a tree stlye but I have no way to pull that info I only know how to hard code it in and I set my char in the same spot next to each tree I chop and I dont know if the and statement is correct so I commented it out
any help woul be great 
thanks 
am