15.04.2010, 11:56
Health is a float, with the Float: tag. You're trying to convert a Float: tag to an _: tag (int tag -- set by default on all variables). I'm not familiar with dini but there should be a float setting function... try:
dini_FloatSet(file, "Health", health);
dini_FloatSet(file, "Health", health);