how can I judge my character's agi<10

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

kejiaweiren
Noob
Noob
Posts: 8
Joined: 01 Jun 2013, 10:01
Noob?: No

how can I judge my character's agi<10

#1 Post by kejiaweiren »

i want to write a automacro that can add stat
as statsAddAuto_dontUseBonus doesn't work,so i want to write like that

Code: Select all

automacro addmacro{
#agi <10 condition
call{
do stat_add agi
}
}
i wonder what should I write in "agi <10 condition"?
can someone tell me ?Thank you
inv
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 18 Sep 2009, 01:28
Noob?: Yes

Re: how can I judge my character's agi<10

#2 Post by inv »

edit