The more experience I gain mapping and eventing, I've found that there are a lot of things I wish I knew earlier. It just makes me feel like a total idiot for not knowing something that was intended to be Obvious! So, I thought we could share some of those things with the rest of the Community so we can all benefit. I'll start off with one dumb trick that I really wish that I had known when I began mapping, and found accidentally while trying to Run, hit the wrong key, then found out about this "Trick". If anyone else has any Tricks or Quirks, please feel free to share them as well!
Holding the CTRL Key while Playtesting allows you to Walk through Solid Walls and Avoid Encounters.---
Event Scripts BREAK if they overrun on their Lines.Doesn't affect the Main Script Window. For example:
message.text_speed = message.text_spe
ed_player
or
message.text_speed = message
.text_speed_player
This Event Script will work: (with the right variables set up)
message.text_speed =
message.text_speed_player