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.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Secert Project "Unnammed Title"

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

.........Then what game type is it, what is the plot line, when do i go to the bathroom? hmmmmmmmmmmmm? HMMMMMMMMMMMMMMMMMMMMMMM!?!?!
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: Secert Project "Unnammed Title"

Post by InHumanUnit »

You went to the bathroom twice.
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

no, thrice
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: Secert Project "Unnammed Title"

Post by InHumanUnit »

And now you are working on your game....
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Secert Project "Unnammed Title"

Post by arcones »

To quote the original question...
Pizza wrote:ok, i read from the wiki, can someone please give me an example inventory gui? I am just completely lost

Also, I am making a level where you pick up apples. I tried to make an echo that would say "You've got an apple! You now have ** apples!"How would I make the last part?
1. Open a new .txt document and copy and paste this:

Code: Select all

apples = 0

"level_trigger_#" = [ echo "You picked up an apple!"]

newgui main [
guibutton "Inventory"    "showgui inventory"
]

newgui inventory [
guitext (format "You have %1 apples." $apples)
guibutton "Back"    "showgui main"
]
2. Go to 'File'
3. Click 'Save As...'
4. Put yourmapname.cfg
5. Save and place in my_stuff>packages>base>

If you have any other questions, ask.
Image
Want a user bar like this one? PM Leo!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

actually, I figured out how to do all of that this morning :P
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: Secert Project "Unnammed Title"

Post by arcones »

0_o

Good for you :D
Image
Want a user bar like this one? PM Leo!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

:P thank you :P
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: Secert Project "Unnammed Title"

Post by InHumanUnit »

.................
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Secert Project "Unnammed Title"

Post by PizzaLover101 »

I ran across an other problem. If I only have the code on the main map, it's together so that you can see how many items you have, you get this on the main map:
Image
On another map, when you teleport to it, you get this:
Image
help!
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Locked