Operating system for OpenComputers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567
  1. if component.list("chat_box")() then
  2. function dprint(...)
  3. for k,v in pairs({...}) do
  4. component.invoke(component.list("chat_box")(),"say",v)
  5. end
  6. end
  7. end