When did this start crapping out ? I am in my second day of C++ mental bombardment and reading old post I though this would work. Not exactly what I was trying to do, but right now just narrowing down my error.
	Code:
	sprintf("%c",0x12);
 
	Code:
	questmgr.cpp:1108: error: invalid conversion from âintâ to âconst char*â
questmgr.cpp:1108: error:   initializing argument 2 of âint sprintf(char*, const char*, ...)â