Advertisement
ksaw000

EnedrCell Methods

Jan 8th, 2025 (edited)
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. modem = peripheral.find("modem")
  2.  
  3. side="top"
  4. local file = fs.open("Laser_amp_out.txt", "w")
  5. methods= peripheral.getMethods("laserAmplifier_1")
  6.  
  7. for _, method in ipairs(methods) do
  8. file.writeLine(method)
  9. end
  10.  
  11. file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement