Skip to main content

log

This is an alias of print

A function that writes its arguments to chat. Takes in a variable amount of arguments.

Returns the string representation of all values joined with a single space.

local variableA = 20,
local variableB = "stringValue"
log(variableA, variableB)