So for example, say a character is out lvling, his base is 70, and his experience now reaches 60% after killing a monster.
I want an automacro to trigger to make the character go do something. I can't think of a trigger to do this?
I'm looking for something like this I guess
Code: Select all
automacro experience {
experience 60%
call {
do stuff
}
}
Any suggestions?