Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

yannickkutil

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by yannickkutil

  1. Hello, when I run the program I'm not getting the correct variable. The variables remain at the default value, I do not know where the error. Thank you for your help in advance. local hardware = require("component") local term = require("term") local os = require("os") local gpu = hardware.gpu local zahl = 0 local AdresseGp = {["EVerbunden"]=0, ["EVorhanden"]=0, ["EDerzeit"]=0, ["ESpannung"]=0, ["ETick"]=0} function coreUp() local AdresseGp = {["EVerbunden"]=0, ["EVorhanden"]=0, ["EDerzeit"]=0, ["ESpannung"]=0, ["ETick"]=0} for adresse, typName in hardware.list() do if typName == "m
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.