This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
jpm1331's profile picture

Os commands not working

Started by jpm1331, 10 December 2012 - 08:27 AM
jpm1331 #1
Posted 10 December 2012 - 09:27 AM
Whenever I try to do a command like os.loadAPI"(name") or os.pulse() it says no such programme. I'm running a multi player tekkit server and do you know of any way to fix this? I've tried restarting the world as well. Could it just be the player who can't do the os commands?

~Jpm1331
PixelToast #2
Posted 10 December 2012 - 10:04 AM
oh god tekkit .-.

anyway, this is a common mistake
you have to put lua commands in the lua program not the shell

also
os.loadAPI"(name")
sould be
os.loadAPI("name")
Cloudy #3
Posted 10 December 2012 - 12:18 PM
User error, not bug. Closed.