Difference between revisions of "Making Echoes"

From Platinum Arts Sandbox Free 3D Game Maker
Jump to: navigation, search
(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…')
 
Line 8: Line 8:
  
 
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.php?title=Adding_NPC%27s_and_items_to_your_map]
 
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.php?title=Adding_NPC%27s_and_items_to_your_map]
OR: [viewtopic.php?f=24&t=1388]
+
OR: [http://forum.sandboxgamemaker.com/viewtopic.php?f=24&t=1388]
 
Then end with ^fr. As an example with green text:
 
Then end with ^fr. As an example with green text:
  
 
     level_trigger_# = [echo "^fs^f0Hello, I'm PizzaLover101^fr."]
 
     level_trigger_# = [echo "^fs^f0Hello, I'm PizzaLover101^fr."]
  
Tutorial by PizzaLover
+
Tutorial by PizzaLover101

Revision as of 16:13, 4 December 2011

  • 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