Quote:
c_scan does not always give a you pointer. make sure that you have a you pointer!
EDIT: do you have
#define HEALTH skill1
#define DAMAGE skill2
sorry for my english.
xxxxxxx
, I think it has got something to do with the pointer, since when I change your.HEALTH to my.HEALTH it doesn't crash anymore. I have defined both skills at the beginning of the script:

Quote:
#include <acknex.h>
#include <default.c>

#define STATE skill1
#define ANIMATION skill2
#define CREATOR skill3
#define HEALTH skill4
#define DAMAGE skill5