I have been going nuts and can't seem to find and answer to this. But I have a skill where I would like to call three different common events at different points in the skill. Unfortunately no matter where I put a common event it only seems to run them at the end of the sequence and only one of them. Any ideas as to why this might be happening?
Some further details: The common events just show a picture. I have also just tried one common event but even that one just appears at the end no matter where in the sequence I put it.
This is what is have:
<setup action>
camera focus: enemies, center, 5
COMMON EVENT: 97
zoom: 200%, 5
wait: 40
</setup action>
<target action>
camera focus: all actors, center, 10
COMMON EVENT: 98
zoom: 200%, 5
wait: 40
reset camera: 10
RESET ZOOM: 10
WAIT FOR ZOOM
</target action>
<finish action>
COMMON EVENT: 99
</finish action>
Any help would be greatly appreciated. Thanks!
Some further details: The common events just show a picture. I have also just tried one common event but even that one just appears at the end no matter where in the sequence I put it.
This is what is have:
<setup action>
camera focus: enemies, center, 5
COMMON EVENT: 97
zoom: 200%, 5
wait: 40
</setup action>
<target action>
camera focus: all actors, center, 10
COMMON EVENT: 98
zoom: 200%, 5
wait: 40
reset camera: 10
RESET ZOOM: 10
WAIT FOR ZOOM
</target action>
<finish action>
COMMON EVENT: 99
</finish action>
Any help would be greatly appreciated. Thanks!
To be able to help you we will need to see how are your common events, why because I just test it with three random images and everything went normal.