void main() { object oPC = GetPCSpeaker(); string sThousand = GetLocalString(oPC, "THOUSAND"); string sHundred = GetLocalString(oPC, "HUNDRED"); string sTen = GetLocalString(oPC, "TEN"); string sOne = GetLocalString(oPC, "ONE"); string sType = sThousand + sHundred + sTen + sOne; int iType = StringToInt(sType); if ( 311504 ) { SetLocalInt(oPC, "INVALID_APP", 1); } }