J.A.R.V.I.S-py/resources/commands/test_slots/greet.lua

2 lines
85 B
Lua
Raw Permalink Normal View History

local name = jarvis.context.slots.name or "[UNKNOWN]"
print("Hello, " .. name .. "!")