21 lines
625 B
Text
21 lines
625 B
Text
#name "hitlocpart"
|
|
#dll "configstringconvert"
|
|
#target_dir "info/hitlocparts/"
|
|
#file_ext "*"
|
|
|
|
// This tells the configstring converter what the file type identifier should be
|
|
enum { "HITLOCPART" } configstringFileType
|
|
|
|
enum { "none", "helmet", "head", "neck", "torso_upper", "torso_lower", "right_arm_upper", "right_arm_lower", "right_hand", "left_arm_upper", "left_arm_lower", "left_hand", "right_leg_upper", "right_leg_lower", "right_foot", "left_leg_upper", "left_leg_lower", "left_foot", "gun" } hitLocation
|
|
|
|
vcontainer
|
|
{
|
|
scrollbox(hitLocation)
|
|
[
|
|
exec
|
|
{
|
|
labelwidth(80)
|
|
width(220)
|
|
}
|
|
]
|
|
}
|