jacob1: but I don't have a decompiler <_<
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).
jacob1: Ahem Cough Cough Like me Cough Ahem...
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.
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.
How many for() loops does TPT use? while()s? do while()s? What about.... if()s?
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*
Can a banned user view his own saves?
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...