Files
otclientv8/modules/game_bot/default_configs/vithrax_1.3/bless_buy.lua
2021-04-07 21:31:27 +00:00

9 lines
199 B
Lua

if player:getBlessings() == 0 then
say("!bless")
schedule(2000, function()
if player:getBlessings() == 0 then
warn("!! Blessings not bought !!")
end
end)
end