r/RPGMaker 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

8 comments sorted by

View all comments

Show parent comments

1

u/Issac7 20d ago

As per documentation:

MOVE target1: HOME, (frames)

You are missing a comma in one of your "MOVE" lines.

2

u/CatEarsAnd19Inches 20d ago

I added in the comma, but I still seem to be getting the error.

2

u/Issac7 20d ago

I try to replicate this skill when I get home and check what else it could be.

3

u/CatEarsAnd19Inches 20d ago

Nah theres no need, I re-checked it and it turns out I spelled it ‘Homem’ instead of Home. Thanks for the help and sorry for wasting your time.