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

TheEpicGamer909

Members
  • Content Count

    3
  • Joined

  • Last visited

About TheEpicGamer909

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    TheEpicGamer909
  1. I followed your advice, but now it says that the same block of code (now at line 86) attempts to compare a number with a string.
  2. Hi, so I'm making a program that draws some buttons and teleports you to specific coordinates when you click on their respective buttons. I'm getting an error of something along the lines of "attempt to compare number with nil" at line 112. I checked the code and there shouldn't be anything wrong. Any help would be appreciated. teleport.txt component = require("component") gpu = component.gpu term = require("term") command_block = component.command_block event = require("event") local users = {"TheEpicGamer909","Skutten2002"} local authorized = false local places = {} places.station =
×
×
  • Create New...

Important Information

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