2021-01-18 00:46:05 +01:00

9 lines
200 B
Lua

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