commandblock.runCommand

 Note: The commandblock peripheral is disabled by default. You have to enable it in the config before using it.

ExampleRun command
Run command.
Code
<nowiki>
local commandblock = peripheral.find("command")
print(commandblock.runCommand())
    </nowiki>
Output
true

commandblock.runCommand
Function
Syntax
commandblock.runCommand()
Returns boolean success string error
API commandblock
Source CC:Tweaked (source)

Run a command from a commandblock.

This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.