Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them. If you have any questions please e-mail me through the Platinum Arts website.
Search found 1660 matches
- June 21st, 2010, 11:34 am
- Forum: Forum Games
- Topic: Replace one word in the above post
- Replies: 231
- Views: 22787
Re: Replace one word in the above post
God ate you
- June 21st, 2010, 11:32 am
- Forum: Project Discussion - Promote/Show Off Your Games, Mods, Maps, Etc!
- Topic: The Elements
- Replies: 28
- Views: 5359
Re: The Elements
Sad to say i also used edit mode 
- June 20th, 2010, 10:12 pm
- Forum: Sandbox General Support
- Topic: How do I do spells in 2.5?
- Replies: 31
- Views: 2643
Re: How do I do spells in 2.5?
Yeah it's werid. Hey Leo i was thinking about turning my house design into a multiplayer map for Regen.
- June 20th, 2010, 10:09 pm
- Forum: Sandbox General Support
- Topic: Preparing a map for donwload
- Replies: 7
- Views: 645
Re: Preparing a map for donwload
Also it would help but not required, have a screen shot of your map so when people load your map they can see a part of it.
- June 19th, 2010, 9:07 pm
- Forum: Sandbox General Support
- Topic: Preparing a map for donwload
- Replies: 7
- Views: 645
Re: Preparing a map for donwload
No it doesn't lol that was just an example, it could be unicorn land for all I know. He was just changing the name so it can easyly be spotted in mystuff>packages>base.
- June 18th, 2010, 7:33 pm
- Forum: Forum Games
- Topic: Youre banned
- Replies: 1438
- Views: 102011
Re: Youre banned
Your banned because when do i get to see the Fallout sketch?
- June 18th, 2010, 7:29 pm
- Forum: Off-topic
- Topic: Discussion Thread (for anything... including cows)
- Replies: 434
- Views: 33565
Re: Discussion Thread (for anything... including cows)
How about we have crowns?.......The support team with yellow-orange crowns?
- June 18th, 2010, 7:28 pm
- Forum: Halloween Contest Archive 2010
- Topic: Zombie Mapping Contest
- Replies: 24
- Views: 4840
Re: Zombie Mapping Contest
Maybe you have your folder options a little messed up, you should check around there.
- June 18th, 2010, 7:26 pm
- Forum: Project Discussion - Promote/Show Off Your Games, Mods, Maps, Etc!
- Topic: FPS Project: Wizard Castle "WIP"
- Replies: 92
- Views: 8624
Re: Secret Project: ****** ******
Spread it around Youtube. That's where most our traffic comes any way.
- June 18th, 2010, 7:25 pm
- Forum: Sandbox General Support
- Topic: Help with keys
- Replies: 9
- Views: 922
Re: Help with keys
key1 = 0 level_trigger_1 = [ if (> $key1 0) [ trigger 1 1 echo "You unlock the door with the key." ] [ trigger 1 0 echo "The door is locked." ] ] level_trigger_2 = [ key1 = (+ $key1 1) echo "You picked up a key." ]