O Ilusionista
Captain 100K
Hi,
What is the difference between the two cases, if I use an attack animation:
Case 1
Case 2
Its the same thing?
What is the difference between the two cases, if I use an attack animation:
Case 1
Code:
changeentityproperty(vSelf, "animation", openborconstant("ANI_FREESPECIAL"));
Case 2
Code:
performattack(vSelf, openborconstant("ANI_FREESPECIAL"));
Its the same thing?