2025-07-01 19:49:25 -04:00
|
|
|
required_rank = GM_RANK_DEBUG
|
|
|
|
command_sender = "[completeallquests] "
|
|
|
|
|
|
|
|
function onCommand(args, player)
|
|
|
|
player:complete_all_quests()
|
2025-07-04 16:11:11 -04:00
|
|
|
printf(player, "All quests marked as completed!")
|
2025-07-01 19:49:25 -04:00
|
|
|
end
|