- Joined
- Feb 28, 2022
- Messages
- 76
- Reaction score
- 12
- First Language
- Indonesia
- Primarily Uses
- RMMV
Hello friends I have a question so I use a plugin called SRD_SummonCore & VE_ThrowableObject.
I made skill like this to my enemy.
Barrage: Fires a barrage of bullets repeatedly.

This is the notetags skill :
<throw object: before>
image: picture 'RifleBullet'
speed: 400
start: 0, 0
</throw object>
<setup action>
display action
immortal: targets, true
wait: 30
</setup action>
<target action>
perform action
motion attack: user
wait 7
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 6
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 5
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 4
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 3
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 2
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 1
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
</target action>
<Finish Action>
immortal: targets, false
clear battle log
perform finish
wait for movement
show battle hud
</Finish Action>
I encountered an error when my enemy used a skill called Barrage to my summoned actor. The error message is like this :

Well, I don't know how to fix it. Have any of you ever experienced the same thing and how you guys fix this error ?
Thank You so much if you guys wanna help me
I made skill like this to my enemy.
Barrage: Fires a barrage of bullets repeatedly.

This is the notetags skill :
<throw object: before>
image: picture 'RifleBullet'
speed: 400
start: 0, 0
</throw object>
<setup action>
display action
immortal: targets, true
wait: 30
</setup action>
<target action>
perform action
motion attack: user
wait 7
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 6
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 5
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 4
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 3
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 2
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
wait 1
throw: targets, before
wait for throw
se: M4a1s, 100, 100, 0
action animation
wait for animation
action effect
</target action>
<Finish Action>
immortal: targets, false
clear battle log
perform finish
wait for movement
show battle hud
</Finish Action>
I encountered an error when my enemy used a skill called Barrage to my summoned actor. The error message is like this :

Well, I don't know how to fix it. Have any of you ever experienced the same thing and how you guys fix this error ?
Thank You so much if you guys wanna help me