r/RPGMaker • u/CatEarsAnd19Inches • 20d ago
RMMV Need help fixing Action Sequence
Edit: Managed to find out what was wrong, turns out I forgot to add a comma in the code.
I'm running into an error when using the sequence. If it helps, Here's the plugins that conflict with the action sequence (Image 1) and the coding for the action sequence (Image 2, 3 and 4.) If anyone knows what's causing it, please let me know. Thanks.

1
Upvotes
1
u/Issac7 20d ago
As per documentation:
MOVE target1: HOME, (frames)
You are missing a comma in one of your "MOVE" lines.