using(ScriptAPI) { type = AddUInt("nTextIndex"); //MobKillAnnounceType if (type == 0) AddComment("MKL_Helga"); if (type == 1) AddComment("MKL_Karen"); if (type == 2) AddComment("MKL_B_CrackerHumar"); if (type == 3) AddComment("MKL_BH_Helga"); if (type == 4) AddComment("MKL_BH_Humar"); if (type == 5) AddComment("MKL_Chimera"); if (type == 6) AddComment("MKL_B_Albireo"); if (type == 7) AddComment("MKL_BH_Albireo"); if (type == 8) AddComment("MKL_BH_Karen"); if (type == 9) AddComment("MKL_IS_Blakhan"); if (type == 10) AddComment("MKL_MAXMOBKILLANNOUNCETYPE"); }