mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 16:07:45 +00:00
When running !completeallquests, show a success message
This commit is contained in:
parent
f2239378f6
commit
de2d32266d
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ command_sender = "[completeallquests] "
|
||||||
|
|
||||||
function onCommand(args, player)
|
function onCommand(args, player)
|
||||||
player:complete_all_quests()
|
player:complete_all_quests()
|
||||||
|
printf(player, "All quests marked as completed!")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue