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.

Adding echos (echos....echos.....echos.....)

Learn more on how to use Sandbox, or submit your own tutorials or resources.
Post Reply
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Adding echos (echos....echos.....echos.....)

Post by PizzaLover101 »

get a map model, click on it and press F3, then change the trigger type to 5( that's the only one I use :P) set the trigger level to what ever number you like. Then:

Code: Select all

level_trigger_# = [echo "Your text here."]


If you want to change the color then put ^fs in front of the the text. After that you put ^f# (you can also use letter, go here for a color guide:http://sandboxgamemaker.com/wiki/index. ... o_your_map
OR: viewtopic.php?f=24&t=1388
Then end with ^fr. As an example with green text:

Code: Select all

level_trigger_# = [echo "^fs^f0Hello, I'm PizzaLover101^fr."]


Hope this helps :)
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/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Adding echos (echos....echos.....echos.....)

Post by chocolatepie33 »

This is useful. Did you put it in the wiki?
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
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: Adding echos (echos....echos.....echos.....)

Post by PizzaLover101 »

no, should I?


Edit, someone did for me
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/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Adding echos (echos....echos.....echos.....)

Post by chocolatepie33 »

that was quick.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Post Reply