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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
scripting help
scripting help
i want to learn how to make a game with sandbox but i don't know the first thing about scripting. how do i get started and what are some basic commands i can use in sandbox?
- PizzaLover101
- Member

- Posts: 1751
- Joined: October 23rd, 2009, 1:33 pm
- Name: NAME
- IRC Username: DaItsicle
- Location: By a computer
- Contact:
Re: scripting help
Look on the wiki, starting there is the best idea
OR
You could look at other scripts and see what you can pick out like i did
OR
You could look at other scripts and see what you can pick out like i did
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/
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/
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: scripting help
basic commands:
Just a quick little bit of code involving a character (level_trigger_#), which creates a pop-up menu (showgui/newgui) with text (guitext) and the option to say Hi back (guibutton), when you go near him.
I've been working on a big, bad super scripting guide on the wiki, if you want check that out.
Code: Select all
level_trigger_# = [showgui (NAME)]
newgui (NAME) [
guitext "Hi."
guibar
guibutton "Hi." [cleargui]
] I've been working on a big, bad super scripting guide on the wiki, if you want check that out.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: scripting help
thanks guys 
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: scripting help
You're welcome.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: scripting help
i still don't get it 
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: scripting help
seriously? please make up you're mind, do you understand
or do you not?mstetsen wrote:thanks guys
Also, a bit more specific, what don't you get? And try not to say everything.mstetsen wrote:i still don't get it
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: scripting help
where do i type it? what does it do? and what els can i do?...sorry im a total noob 
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: scripting help
like I said, look at my scripting guide, it's still a work in progress, but I think I've covered most things, and you put the code in a .cfg file. You can edit the .cfg by hitting F6 in edit mode when you're inside Sandbox, or go to mystuff/packages/base and you can either create one there or there should be one you can edit already there.
Mah scripting guide: http://sandboxgamemaker.com/wiki/index. ... ript_guide
Mah scripting guide: http://sandboxgamemaker.com/wiki/index. ... ript_guide
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
