1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-10 16:07:45 +00:00
kawari/resources/scripts/commands/debug/CompleteAllQuests.lua

7 lines
195 B
Lua

required_rank = GM_RANK_DEBUG
command_sender = "[completeallquests] "
function onCommand(args, player)
player:complete_all_quests()
printf(player, "All quests marked as completed!")
end