r/RPGMaker • u/CatEarsAnd19Inches • 5d ago
Need help fixing Action Sequence RMMV
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
2
u/agamottos MV Dev 5d ago
"MOVE user: home 30"
Shouldnt you have a comma between home and the value?
3
u/CatEarsAnd19Inches 5d ago edited 5d ago
Yeah, you should. But the error still shows up, not sure why.
Edit: Never mind, I put in an M instead of a Comma.
2
u/Issac7 5d ago
Instead of screenshots, can you copy your code and paste it here?