View Single Post
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old December 8th, 2013, 02:37 PM
#levelcount[Alchemist].value

Should be just:

#levelcount[Alchemist]

Anything with a # in front of it is a macro, and doesn't need a .value or .text after it, that is handled within the processes of the macro. Try this:

Code:
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

var levels as number
levels = #totallevelcount[] - #levelcount[Alchemist]

field[trkMax].value += round(levels/2,0,-1)
Aaron is offline   #4 Reply With Quote