Hello! I'm familiar wit animations, bu for some reason "attack01-03" arn't working in this format -
#include "ginc_wp"
void main()
{
int iCurrentWP = GetCurrentWaypoint();
PlayCustomAnimation(OBJECT_SELF, "Attack03", 1);
}
But animations others work when the animation is changed like -
#include "ginc_wp"
void main()
{
int iCurrentWP = GetCurrentWaypoint();
PlayCustomAnimation(OBJECT_SELF, "forge01", 1);
}
Please help me find a script that makes an npc swing a sword (specificly at a dummy)





Retour en haut






