Quote:
| 
					Originally Posted by Lynn  Dialogs are not the Same ID, I just didn't change it when typing the code on here.
 Anyways:
 new Float:health = strval(inputtext);
 DuelHealth = health;
 
 That gives me a Tag Mismatch error.
 On Like; DuelHealth = health;
 | 
 Of course it would. You are trying to set a Float to a integer.