It for some reason keeps coming up with "error no defined variable"
I'll paste my code in see if I did anything wrong
///// Master Variable Arrays V0.1A /////
experiance = 2500;
skillpoints = 22500;
infamy = 1200;
//// Player Initialization ////
if (isPlayer ranger1) then hint format["Skill Points: %1 \nInfamy: %2 \nexperiance %3",skill,infamy,experiance];