diff --git a/src/ZoneCode/Game/T6/T6_Commands.txt b/src/ZoneCode/Game/T6/T6_Commands.txt index 238e5f07..de53b8d6 100644 --- a/src/ZoneCode/Game/T6/T6_Commands.txt +++ b/src/ZoneCode/Game/T6/T6_Commands.txt @@ -505,6 +505,16 @@ set condition internals::floatVal dataType == VAL_FLOAT; set condition internals::string dataType == VAL_STRING; set condition internals::dvar never; +// multiDef_s +use multiDef_s; +set string dvarList; +set string dvarStr; + +// profileMultiDef_s +use profileMultiDef_s; +set string profileVarList; +set string profileVarStr; + // ========================================= // LocalizeEntry // ========================================= @@ -520,6 +530,9 @@ use WeaponVariantDef; set string szInternalName; set name szInternalName; +use WeaponDef; +set string accuracyGraphName; + // ========================================= // WeaponAttachment // =========================================