var
level
mexp
list
M = list()
proc
hstat_update()
M.mexp = M.level*100
Problem description:
whats going on is, i have a list of mobs and global variables, im trying to update the global variable of the units in that list. no matter what ive tried for the last hour i cant seem to "define" my variable here, any help is appreciated. im not sure if i havent properly defined level and mxep or if my referencing is incorrect
Are you trying to do this?