Xp:= GetTreeExp('oak');//> example
//you have to make a var from it
than you count how many logs you've chopped (look at bobarkinator's post)
and than something like this:
XpGained:= LogsCount* Xp;
and you have got your xp that's gained
OTHER WAY
or you can just get wc experience in begin of script and at the end, just before logging out, check exp again, like this:
OldXP:= GetXP('woodcutting);//at begin of script, when just logged in
NewXp:= GetXP('woodcutting);//at end of script, b4 logging out
XpGained:= NewXP - OldXP;
you see?
[QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
[CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]