Making Echoes
From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 00:57, 6 August 2010 by Siimvuss (Talk | contribs) (Created page with '*open up the map you want to have the echo on *place a mapmodel *click on it and press F3 *then change the trigger type to 5( that's the only one I use :P) Siimvuss EDIT: check o…')
- open up the map you want to have the echo on
- place a mapmodel
- click on it and press F3
- then change the trigger type to 5( that's the only one I use :P) Siimvuss EDIT: check out this page for trigger types: Trigger Types
- set the trigger level to what ever number you like. Then:
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: [1] OR: [viewtopic.php?f=24&t=1388] Then end with ^fr. As an example with green text:
level_trigger_# = [echo "^fs^f0Hello, I'm PizzaLover101^fr."]
Tutorial by PizzaLover