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

5 lines
101 B
Lua
Raw Normal View History

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