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.

Few Random Questions that have nothing to do with each other

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:

Few Random Questions that have nothing to do with each other

Post by PizzaLover101 »

I just had a few questions about SB:

Why isn't there hightmap on multiplayer?
Why can I use triggers on multiplayer (ie, doors)
And how would I make it so that if I had a quiz (in gui form), and you pressed the wrong button and you die?
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/
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Few Random Questions that have nothing to do with each o

Post by daltonds1 »

heightmap never has been in the FPS, you can use triggers on doors but the animations don't sync over the network, etc

guibutton "Sup" "nap"

Thats for The killing one

The code is nap
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: Few Random Questions that have nothing to do with each o

Post by PizzaLover101 »

so like,

Code: Select all

Word = [nap]
Is that right?
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
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Few Random Questions that have nothing to do with each o

Post by Runescapedj »

daltonds1 wrote:heightmap never has been in the FPS
? It's is in fps?
Last edited by Runescapedj on October 14th, 2010, 3:15 pm, edited 1 time in total.
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Few Random Questions that have nothing to do with each o

Post by daltonds1 »

For a menu here's a example code..

For just a random question

Code: Select all

newgui Question1 [
   guitext "How many states are in Canada " chat
   guibar
   guibutton "They don't have states" "cleargui"
   guibutton "Who cares" "nap"
]
Then clicking on the who cares one.. will kill you
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: Few Random Questions that have nothing to do with each o

Post by PizzaLover101 »

Ok, thanks! This might help in my school project, which will also be in DCCG
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/
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Few Random Questions that have nothing to do with each o

Post by daltonds1 »

No prob.........
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Few Random Questions that have nothing to do with each o

Post by chocolatepie33 »

So nap is the kill command? Hmmm... I've got an idea...
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
daltonds1
Member
Member
Posts: 368
Joined: September 13th, 2010, 12:26 am
Name: Dalton
IRC Username: Daltonds1
Location: Tomball, Texas

Re: Few Random Questions that have nothing to do with each o

Post by daltonds1 »

Yes

nap is the code
owenisred
Member
Member
Posts: 452
Joined: August 9th, 2010, 9:33 am
Name: Owen

Re: Few Random Questions that have nothing to do with each o

Post by owenisred »

How do people know these commands? that one isnt in the mapping refernce, or any other reference i could find (like sauer)

Seroiusly I'd love to know where you find this, unless its just going through all the scripts, and if it is, could we make a proper list? (a complete one not like some of the posts on here)

Thanks,
Owen.
I'm taking modelling requests again - any models you want created,skinned or animated (or all 3) leave a post here:

viewtopic.php?f=9&t=2704&start=0

My tutorial site - still under construction, but lots of good stuff there:

http://pasandbox.webs.com/
Locked