mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-10 23:53:34 -05:00
8 lines
161 B
Lua
8 lines
161 B
Lua
|
if component.list("chat_box")() then
|
||
|
function dprint(...)
|
||
|
for k,v in pairs({...}) do
|
||
|
component.invoke(component.list("chat_box")(),"say",v)
|
||
|
end
|
||
|
end
|
||
|
end
|