Making Echoes

From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 17:13, 4 December 2011 by Chocolatepie33 (Talk | contribs)

Jump to: navigation, search
  • 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: [2] Then end with ^fr. As an example with green text:

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

Tutorial by PizzaLover101