Log in

View Full Version : Alarm When X Manas Left



BaileyEasley
08-28-2016, 11:23 PM
Hey there guys!!

If someone could please give me a script that will alert me when I have x amount of regular/strong/great manas I would love you forever.

Thanks.

ososzayat
09-09-2016, 02:45 AM
while true do
if Self.ItemCount(Item.GetID("great mana potion")) <= 20 then
alert()
wait(1000)
end
end