Hello my char died twice cause some waypoint failed and had low manas, so died without manas..
I need a alarm that sound when 50 great mana potions for example..
I need a alarm if low manas!
Thanks
Hello my char died twice cause some waypoint failed and had low manas, so died without manas..
I need a alarm that sound when 50 great mana potions for example..
I need a alarm if low manas!
Thanks
Code:if itemcount("great mana potion") <= 50 then playsound("alert.wav") end
thanks you mate!
1 question, this alarm if bp of gmp is closed sounds... do you have another alarm that not sound when that bp is closed??
Code:SupBP = "brocade backpack" -- Name of your backpack with supplies if itemcount("great mana potion", SupBP) <= 50 then playsound("alert.wav") end