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

wylderhoads1809

Members
  • Content Count

    6
  • Joined

  • Last visited

About wylderhoads1809

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    wylderhoads1809
  • GitHub
    wylderhoads1809
  1. A: I honestly don't know how to use event.listen. I messed around with it some but couldn't figure it out. B: That's the whole program and it still prints all the text from the picture anytime it pulls the event.
  2. Hey op, posted about this on github and the mod author said he won't be reincorporating the compatibility until AE2 moves out of alpha. Here is a link to the post if you are curious.
  3. I am also having this problem. I assume you are also using MC 1.10.2? Have you gotten any help anywhere for this? I asked /r/ftb but haven't gotten any useful response.
  4. I'm trying to pull the event chat_message but am having a strange issue. The event is pulled normally, but it outputs a bunch of information to the screen even without printing it within the program. The code I have is as follows: local event = require("event") while true do local a,b,x,y = event.pull("chat_message") end this shouldnt print anything to the screen, however I get the following info with every chat event: how do I prevent this message from showing up every time?
  5. Thanks for the help! I'll definitely check out the app and see what it has!
  6. Hello all, I'm new to open computers (and lua) but I have worked with c++ in the past, although it was many years ago. My quick questions are as follows: -Sometimes when I get a result from the lua interpreter, it doesn't give me all the results, but has ellipses after the first 10 or so. How do I view the rest of the results/ all of the results? -Is there a way to delete all of the text in a .lua file? I plan on editing my code in a text editor then pasting it in and don't want to manually delete everything anytime I make changes. Or, maybe a better question is: what's the best way
×
×
  • Create New...

Important Information

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