mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-09 15:37:45 +00:00
We aren't going to be adding quests ever or anytime soon, so all you can do right now is force every quest to unlock with the aptly named !completeallquests.
6 lines
141 B
Lua
6 lines
141 B
Lua
required_rank = GM_RANK_DEBUG
|
|
command_sender = "[completeallquests] "
|
|
|
|
function onCommand(args, player)
|
|
player:complete_all_quests()
|
|
end
|