
I use useSelf_item
for 2 things
# 1 Awakening Potion
which is
Code: Select all
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
notInTown 1
}
and
#2 meat
Code: Select all
useSelf_item Meat {
inLockOnly 1
whileSitting 1
notInTown 1
hp < 30%
}
the problem with it is
when I use 2 useSelf_item it use the item 2 times in 1
so, if I remove #2
It's use 1 Awakening Potion
if I reactive it use 2 Awakening Potion
plz test it and fix it

thanks ^^