All pastes #2078776 Raw Edit

Untitled

public text v1 · immutable
#2078776 ·published 2011-08-28 02:40 UTC
rendered paste body
	   
/// Loads these fine
            NPCName = nbttagcompound.getString("NpcName");    
	    NPCRecruited = nbttagcompound.getBoolean("Recruited");
	    NPCFollow = nbttagcompound.getBoolean("Follow");
	    NPCWander = nbttagcompound.getBoolean("Wander");

/// Fails at loading	    
	    attackStrength = nbttagcompound.getInteger("Damage");
	    health = nbttagcompound.getInteger("Health");
	    NPCMaxHP = nbttagcompound.getInteger("MaxHP");
	    moveSpeed = nbttagcompound.getFloat("Speed");