Making Echoes

From Platinum Arts Sandbox Free 3D Game Maker
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, or another one based on your liking - 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: Adding NPC's and items to your map or you can go here. Then end with ^fr. As an example with green text:

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

Tutorial by PizzaLover101