using(ScriptAPI) { type = AddUInt("FieldMapType: "); if(type == 0) AddComment("FMT_NORMAL"); if(type == 1) AddComment("FMT_KINGDOMQUEST"); if(type == 2) AddComment("FMT_MINIHOUSE"); if(type == 3) AddComment("FMT_INSTANCEDUNGEON"); if(type == 4) AddComment("FMT_TUTORIAL"); if(type == 5) AddComment("FMT_MAX"); }