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

Peripheral issues, don't working or I'm simple to stupid?

Started by acces denied, 08 February 2013 - 04:28 AM
acces denied #1
Posted 08 February 2013 - 05:28 AM
Problem: My "peripheral.warp(<side:string>)" command isn't working. I tried different builds and run "peripheral.warp" in different combinations, but nothing worked.

A example build:

[M] Monitor (on top)
[C] Computer

Programm:
-- test
peripheral.isPresent("top")
--returns true
peripheral.getType("top")
--returns monitor
m = peripheral.warp("top")
--returns attempt to call nil

MC 1.4.6
CC Lights 1.481
miscperipherals-2.3
immibis peripherals
Aperture Science Turtle Upgrades
Lyqyd #2
Posted 08 February 2013 - 06:41 AM
Split into new topic.

Try peripheral.wrap instead. peripheral.warp does not exist.
theoriginalbit #3
Posted 08 February 2013 - 06:42 AM
Try peripheral.wrap instead. peripheral.warp does not exist.
Imagine if we could tell a peripheral to warp to another location! :o/> :P/> That would be awesome and pointless! :P/>
acces denied #4
Posted 08 February 2013 - 07:08 AM
ok.. ok… thy for the fast answers…

I am simple to stupid.