jacob1
jacob1
190 / 29
29th Sep 2012
16th Mar 2014
Post any bugs you find here. But there aren't as many bugs that are really bugs and I don't already know about than when this first started, so also use this as a general conversation save, or to ask / tell me anything. #1 most commented save in tpt!
jacob1 problems bugreport glitch fix 960847 tptpp glitches bugs tptplusplus

Comments

  • PortalPlayer
    PortalPlayer
    9th Apr 2015
    jacob1: but I don't have a decompiler <_<
  • jacob1
    jacob1
    9th Apr 2015
    moo, are you going to post all the code :P. You need to put it in an update function, update functions take x and y as variables (there are 5 variables passed into them).
  • Atomic10
    Atomic10
    9th Apr 2015
    jacob1: Ahem Cough Cough Like me Cough Ahem...
  • jacob1
    jacob1
    9th Apr 2015
    PortalPlayer: I don't know, count them yourself >_>. Also there are far better programming jokes lol. rememberme: we don't unban perm banned users, except in extreme circumstances where it is obvious they were banned in error. It's hard to get that here because I don't know what they did specifically. He has a new account anyway so it does not really matter.
  • jacob1
    jacob1
    9th Apr 2015
    Atomic10: uh, because it's always been the top save so people have been voting it for years. When that save was made there was no front page either. Atomic10: because you don't have a variable named x. It should be obvious, but if you want me to walk you through it then give the whole code I guess? ... gbasilva: no, but I can give a banned user a download for all their saves, or just link to them on the website.
  • rememberme
    rememberme
    9th Apr 2015
    Ay Jacob unban grox...
  • PortalPlayer
    PortalPlayer
    9th Apr 2015
    How many for() loops does TPT use? while()s? do while()s? What about.... if()s?
  • PortalPlayer
    PortalPlayer
    9th Apr 2015
    PROGRAMMING JOKES (prepare to groan) A semicolon walks into a bar. He asks, "when do you close?" The barman replies, "after a while!" *groan* He goes to sit down with his friends. One of them says, "you know what, I feel like I'm stuck in a loop." The other replies, "sounds like you need a break!" *GROAN* The first one says, "well anyway, I have to go." The semicolon asks, "what was that about?" His friend says, "he wanted to stay, but his instructions were to return" *GROANGROAN*
  • Korteweg
    Korteweg
    9th Apr 2015
    Can a banned user view his own saves?
  • Atomic10
    Atomic10
    8th Apr 2015
    jacob1: A while ago, I was having an Lua problem, and you gave me: local rx,ry = x+math.random(-1,1),y+math.random(-1,1) local reaction = tpt.get+property("type", rx, ry)if reaction == elem.DEFAULT_PT_WATR thensim.partChangeType(i, COFE)tpt.delete_part(rx, ry)end but I still can't get it to work. It says an error related to x being a nil value...