Last Update: 2012.01.07
Script Download


This script allows to display looping and cycling animations, the animation loops indefinitely, and if there’s more than one they cycles between them. They’re used to display status effects or can be called to display some visual effect.


Requires the Victor Engine – Basic Module


Comment calls note tags:
Tags to be used in events comment box, works like a script call.

 

<event loop animation id i: x>

Display a loop animation on the event.
i : event ID
x : loop animation ID

 

<event loop animation type i: x, y>

Set the loop animation type for events, have effect only when used together with <event i loop animation id: x>, otherwise have no effect, this tag is opitional
i : event ID
x : loop animation ID
y : loop animation type

 

<event loop animation loop i: x, y>

Set the loop animation loop numbers for events, have effect only when used together with <event i loop animation id: x>, otherwise have no effect, this tag is opitional
i : event ID
x : loop animation ID
y : loop animation loop times

 

<actor loop animation id i: x>

Display a loop animation on the actors, can be used in battles.
i : actor index
x : loop animation ID

 

<actor loop animation type i: x, y>

Set the loop animation type for actors, have effect only when used together with <actor i loop animation id: x>, otherwise have no effect, this tag is opitional
i : actor index
x : loop animation ID
y : loop animation type

 

<actor loop animation loop i: x, y>

Set the loop animation loop numbers for actors, have effect only when used together with <actor i loop animation id: x>, otherwise have no effect, this tag is opitional
i : actor index
x : loop animation ID
y : loop animation loop times

 

<vehicle loop animation id i: x>

Display a loop animation on the vehicles, can be used in battles.
i : vehicle type name
x : loop animation ID

 

<vehicle loop animation type i: x, y>

Set the loop animation type for vehicles, have effect only when used together with <vehicle i loop animation id: x>, otherwise have no effect, this tag is opitional
i : vehicle type name
x : loop animation ID
y : loop animation type

 

<vehicle loop animation loop i: x, y>

Set the loop animation loop numbers for vehicles, have effect only when used together with <vehicle i loop animation id: x>, otherwise have no effect, this tag is opitional
i : vehicle type name
x : loop animation ID
y : loop animation loop times

 


Comment boxes note tags:

Tags to be used on events Comment boxes. They’re different from the
comment call, they’re called aways the even refresh.

 

<loop animation id: x>

Display a loop animation on the event.
x : loop animation ID

 

<loop animation type x: y>

Set the loop animation type, have effect only when used together with <self loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation type

 

<loop animation loop x: y>

Set the loop animation loop numbers, have effect only when used together with <self loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation loop times

 


Enemies note tags:
Tags to be used on the Enemies note box in the database

 

<loop animation id: x>

Display a loop animation on the enemy.
x : loop animation ID

 

<loop animation type x: y>

Set the loop animation type, have effect only when used together with <loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation type

 

<loop animation loop x: y>

Set the loop animation loop numbers, have effect only when used together with <loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation loop times

 


States note tags:
Tags to be used on the States note box in the database

 

<loop animation id: x>

Display a loop animation on the target of the state during battles
x : loop animation ID

 

<loop animation type x: y>

Set the loop animation type, have effect only when used together with <loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation type

 

<loop animation loop x: y>

Set the loop animation loop numbers, have effect only when used together with <loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation loop times

 

<map loop animation id: x>

Display a loop animation on the target of the state on the map
x : loop animation ID

 

<map loop animation type x: y>

Set the loop animation type, have effect only when used together with <map loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation type

 

<map loop animation loop x: y>

Set the loop animation loop numbers, have effect only when used together with <map loop animation id: x>, otherwise have no effect, this tag is opitional
x : loop animation ID
y : loop animation loop times