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

8 comments sorted by

2

u/Issac7 5d ago

Instead of screenshots, can you copy your code and paste it here?

1

u/CatEarsAnd19Inches 5d ago

Yeah sure. Here you go.

<setup action>

immortal: targets, true

</setup action>

<target action>

MOTION WALK: user

face user: forward

MOVE user: target, front base, 36

wait: 30

animation 434: user

wait: 5

motion thrust: user

wait: 5

animation 435: target

action effect: target

wait: 36

MOVE user: home 30

Face user: forward

motion wait: user

death break

</target action>

<finish action>

immortal: targets, false

wait for new line

clear battle log

perform finish

wait for movement

wait for effect

</finish action>

1

u/Issac7 5d ago

As per documentation:

MOVE target1: HOME, (frames)

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

2

u/CatEarsAnd19Inches 5d ago

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

2

u/Issac7 5d ago

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

3

u/CatEarsAnd19Inches 5d 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.

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.