Do it

I think I should just use the GetXPBarTotal function as GetXP would require clicking to the skill tab, and it'd slow the script down ALOT.
You really should work on that idea of yours
Edit*
I looked up GetXPBarTotal and found that you cannot store that number in a variable.
I thought I could store GetXPBarTotal in variable "XPStart" and at the end of dropping procedure, store the new GetXPBarTotal in "XP".
Then in the proggy procedure, make the XPEarned variable like this-
XPEarned := XP - XPStart;
So i can't do that?