When I use an effect from the Yanfly Action Sequence pack for a skill in the Notes, it causes it to skip the Message that normally shows when a skill is being used.
For example, I have a skill, that when cast, it normally says (user) attacks the enemy!, but when I add an action sequence, it doesn't show the message anymore whenever the skill is used.
Action sequence that I use on the skill in question:
<setup action>
shake screen: 6, 6, 60
shake screen: 3, 6, 60
</setup action>
How can I make the skill text show up again for this skill without removing the action sequence code?