Animated timers using Geyser

Share your scripts and packages with other Mudlet users.
User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Animated timers using Geyser

Post by demonnic »

have the alias call the following, and adjusst the coords/size according to desire. Also I realize this is almost a year late, sorry =(
Code: [show] | [select all] lua
demonnic.anitimer:new("Test2", {x = 0, y="50%", height = 20, width = "100%"}, 90, {showTime = true, timerCaption = "Test2"})

User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Animated timers using Geyser

Post by demonnic »

New updated animated timers package available. I added the ability to pass an execution hook to the constructor, allowing you to call a function, or arbitrary lua code, when the timer finishes.
Check the github page at https://github.com/demonnic/animatedtimers for full info.

Post Reply