yeah, the fastest and easiest method... and I think also the one that is fired the least... so less performance impacts...
I really don't know why people shy away from scripts or think that you only use scripts if you cannot do it via events or only for complex things etc...
I don't mind a script if it does something outside the bounds of the actual program. Or, if the script actually simplifies something that is currently incredibly complicated and time consuming to implement. But, most people suggest scripts for just about anything, so I tend to shy away from them. "How do I get text up on the screen?" "Use this script!" "How do I change out my party members?" "Use this script!" "How do I make an item that doubles the amount of gold I get after battle?" "There's this handy script for that!"
Frankly, I think if you can do something in the program and do it with relative ease, you shouldn't need a script for it. Especially since using a script for a lot of rather basic things tends to stunt creativity and tends to also create unfamiliarity with the program at large. After all, why learn how to do anything creatively or even learn just how each thing in the program works when you can bypass it with a script and have it do all the work for you? That isn't to say a script couldn't do some things better than a person could execute them in a game, it's just to say that people should really only suggest using a script when it's needed or requested. Besides, you won't get the most out of a script anyway, unless you do actually know the program fairly well to begin with.
I, personally, have plans to use at least two scripts in my game. One of them streamlines a process I could do myself and makes it relatively simple (as well as look far better) and the other does something the program itself doesn't do. I have an achievement script and a script that shows all the stat buffs/debuffs on an item so I can use my item descriptions for flavor text instead of effect details. Scripts are insanely useful, especially when used correctly. I just don't believe every answer should be "use a script" when it can be done just as effectively without one.