Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,079
» Latest member: seanac11
» Forum threads: 10,350
» Forum posts: 91,276

Full Statistics

Online Users
There are currently 238 online users.
» 0 Member(s) | 236 Guest(s)
Bing, Google

Latest Threads
I'm leaving the site too....
Forum: 2DWorlds Discussion
Last Post: Jacob_
07-03-2023, 04:59 AM
» Replies: 12
» Views: 6,232
hi there.
Forum: 2DWorlds Discussion
Last Post: Jacob_
01-03-2020, 04:30 AM
» Replies: 1
» Views: 720
obroke
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 10:11 AM
» Replies: 0
» Views: 20,513
fcouldn't
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 09:02 AM
» Replies: 0
» Views: 8,223
qhow
Forum: Current Games
Last Post: PhilipShums
09-06-2017, 07:25 AM
» Replies: 0
» Views: 2,101
zstone
Forum: Current Games
Last Post: TimothyTox
09-06-2017, 07:03 AM
» Replies: 0
» Views: 969
vbit
Forum: Current Games
Last Post: FrancisSah
09-06-2017, 03:00 AM
» Replies: 0
» Views: 947
sildenafil 100 mg sandoz
Forum: Current Games
Last Post: RichardLen
09-06-2017, 12:28 AM
» Replies: 0
» Views: 1,155
mhis
Forum: Current Games
Last Post: TimothyTox
09-05-2017, 04:09 PM
» Replies: 0
» Views: 976
sildenafil citrate 100mg ...
Forum: Current Games
Last Post: Waltertog
09-05-2017, 12:27 PM
» Replies: 0
» Views: 933

 
  Open the mod forums up in the archive.
Posted by: Fat_Sacks_mybb_import6275 - 09-14-2012, 09:43 PM - Forum: 2DWorlds Discussion - Replies (4)

I want to read old mod discussions.

Print this item

  Reminder about profanity
Posted by: Qwertygiy - 09-14-2012, 09:42 PM - Forum: News - Replies (4)

While normally, things covered by the filter are not punished (I hate it when my dog [censored]s on the rug), swearing at another member is against the rules ([censored] you, I [censored]ing hate you, etc.) and will be punished accordingly. This applies to the chat as well as the forum. I know I have not been strictly following this rule lately but unless this gets changed by Jacob_ I will be enforcing it.

Using images or videos with profanity will be treated the same as bypassing the filter with text, except in the After Dark forum.

Print this item

  THE MODS ARE RACIST
Posted by: bikop - 09-14-2012, 07:52 PM - Forum: General Discussion - Replies (1)

http://buildism.net/forum/Thread-michell...-president

THEY LOCKED IT
they did it because they hate blacks

Print this item

  @nubs who don't know what After Dark is
Posted by: Invader - 09-14-2012, 02:20 AM - Forum: 2DWorlds Discussion - Replies (3)

It's a new forum with nearly no rules.
You can thank Glome for talking Jacob into making it. :o

Print this item

  Anyone know what munging is?
Posted by: Invader - 09-13-2012, 10:59 PM - Forum: General Discussion - Replies (4)

I'll grant you the title of ultimate pervert if you can give it to me without using Google

Print this item

  more scripting stuff
Posted by: DysLabs - 09-13-2012, 08:28 PM - Forum: Suggestions - Replies (1)

http://buildism.net/wiki/Request_Lua_Features

Print this item

  Last post on Archive
Posted by: Invader - 09-13-2012, 02:16 AM - Forum: General Discussion - Replies (4)

Bye, old site.

Print this item

  Back :D
Posted by: hopperkk - 09-12-2012, 11:47 PM - Forum: 2DWorlds Discussion - Replies (2)

Anyone remember me?

Print this item

  michelle obama 4 president
Posted by: bikpo - 09-12-2012, 08:43 PM - Forum: General Discussion - Replies (1)

she is a strong independent black woman who don't need no taxes

Print this item

  I think I failed at my own guide
Posted by: DysLabs - 09-12-2012, 07:20 PM - Forum: Scripting - No Replies

Copying my old Custom Objects guide on the wiki,

[lua]
Int = {}

function Int:new(one, two, three)
newTB = {x, y, z}
newTB.x = one
newTB.y = two
newTB.z = three

function newTB.SetInt() --Here we create a method called SetInt()
newTB.x = 90
newTB.y = 900
newTB.z = 9000
end

return newTB

end

a = Int.new(5, 8, 10)

print(a.x) --5
print(a.y) --8
print(a.z) -- 1

a:SetInt()
print(newTB.x) --90
print(newTB.y) --900
print(newTB.z) --9000
[/lua]

The result:

wth? Wrote:8
10
nil

90
900
9000

umm?
Oh hey - I don't know what I did - but it works now.

Print this item