Young Star
Grandmaster
That should fix it.@Young Star
Like this:
if hits < 80 and poisoned 'self'
// Cure potion
if findtype '0xf07'
clearhands 'left'
pause 1000
usetype! 0xf07
pause 1000
equipitem '2hWeapon/Shield' '1'
else
headmsg 'out of cure pots'
endif
endif
Do not work...