1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 19:57:46 +00:00
kawari/resources/scripts/commands/debug/ClassJob.lua

7 lines
130 B
Lua
Raw Normal View History

permissions = GM_RANK_DEBUG
2025-05-06 22:03:31 -04:00
function onCommand(args, player)
local parts = split(args)
player:set_classjob(parts[1])
end